include/alp/errormgr_base.h

Go to the documentation of this file.
00001 /*********************************************************************************************************
00002  * Copyright (c) 1999-2008 ACCESS CO., LTD. All rights reserved.
00003         *Copyright © 2006-2007, ACCESS Systems Americas, Inc. a member of the ACCESS Co., Ltd group of companies.
00004         *ACCESS, ACCESS Linux Platform, ACCESS Powered, ACCESS Desktop, Palm Desktop, Palm OS, Garnet, Graffiti,
00005         *Hiker, HotSync, iMessenger, HandMail, MultiMail Deluxe, Netfront and certain other trade names, trademarks
00006         *and logos are trademarks which may be registered in the United States, France, Germany, Japan, the
00007         *United Kingdom, and other countries and are either owned by ACCESS Systems Americas, Inc. or its affiliates,
00008         *or are licensed on an exclusive basis by ACCESS Systems Americas, Inc. (“ACCESS”) from Palm Trademark Holding
00009         *Company, LLC.    These marks may not be used in connection with any product or service that does not belong
00010         *to ACCESS (except as expressly permitted by a license with ACCESS), in any manner that is likely to cause
00011         *confusion among customers, or in any manner that disparages or discredits ACCESS or its affiliates or licensor.
00012  ********************************************************************************************************/
00022 #ifndef ALP_ERROR_MGR_BASE_H_
00023 #define ALP_ERROR_MGR_BASE_H_
00024 
00033 /******************************************************************************
00034  *      Includes
00035  *****************************************************************************/
00036 
00037 #include <alp/types.h>
00038 
00039 
00040 #ifdef __cplusplus
00041 extern "C" {
00042 #endif
00043 
00044 
00045 /******************************************************************************
00046  *      Prototypes
00047  *****************************************************************************/
00048 
00049 
00056 char* alp_err_get_string(alp_status_t iStatus, bool iShowErrorCode);
00057 
00063 bool alp_err_string_exists(alp_status_t iStatus);
00064 
00065 #ifdef __cplusplus
00066 }
00067 #endif
00068 
00070 
00071 #endif  // ALP_ERROR_MGR_H_

Generated on Wed Jul 30 07:06:39 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.