|
API Guide Home (Online version only) |
![]() |
00001 /****************************************************************************** 00002 * Copyright (c) 2005 palmOne, Inc. or its subsidiaries. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 /** 00006 * @defgroup System System API 00007 * 00008 * @{ 00009 * @} 00010 */ 00011 /** 00012 *@ingroup System 00013 * 00014 */ 00015 00016 /** 00017 * @file PalmErrorBase.h 00018 * @version 1.0 00019 * 00020 * @brief Include file for Error Management 00021 * 00022 * 00023 * <hr> 00024 */ 00025 00026 00027 00028 #ifndef __PALMERRORBASE_H__ 00029 #define __PALMERRORBASE_H__ 00030 00031 #include "ErrorBase.h" 00032 00033 #define oemErrorClass 0x7000 /**< OEM/Licensee errors (0x7000-0x7EFF shared among ALL partners) */ 00034 00035 00036 /** 00037 * @name Error Classes for OEM components 00038 * 00039 */ 00040 /*@{*/ 00041 #define softGraffitErrorClass (oemErrorClass | 200) /**< */ 00042 #define statusBarErrorClass (oemErrorClass | 300) /**< */ 00043 /*@}*/ 00044 #endif // __PALMERRORBASE_H__
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:54 2008 for Palm API Guide |