|
API Guide Home (Online version only) |
![]() |
00001 /****************************************************************************** 00002 * Copyright (c) 2004 palmOne, Inc. or its subsidiaries. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 /** 00006 * @ingroup SystemDef 00007 */ 00008 00009 /** 00010 * @file PmLibErrors.h 00011 * @brief Errors common to all our portable Pm Libraries 00012 * 00013 */ 00014 00015 /* (these libraries share the same error class since we are so limited in the 00016 * number of OEM error classes we can define) 00017 * 00018 * \author Debbie Chyi 00019 * 00020 * $Id: //device/Handheld/Dev/SDK/2.0/Incs/Common/Libraries/PmLibErrors.h 00021 * 00022 *****************************************************************************/ 00023 00024 #ifndef __PM_LIB_ERRORS_H__ 00025 #define __PM_LIB_ERRORS_H__ 00026 00027 #include <Common/System/HsErrorClasses.h> 00028 00029 00030 #define pmErrNotSupported (pmLibErrorClass | 0x01) 00031 00032 00033 #endif // __PM_LIB_ERRORS_H__
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:55 2008 for Palm API Guide |