include/alp/errormgr.h

Go to the documentation of this file.
00001 /******************************************************************************
00002  * Copyright (c) 1999-2008 ACCESS CO., LTD. All rights reserved.
00003  * Copyright (c) 2006 PalmSource, Inc (an ACCESS company). All rights reserved.
00004  *****************************************************************************/
00012 #ifndef ALP_ERROR_MGR_H_
00013 #define ALP_ERROR_MGR_H_
00014 
00015 
00029 /******************************************************************************
00030  *      Includes
00031  *****************************************************************************/
00032 
00033 #include <gtk/gtk.h>
00034 
00035 #include <alp/types.h>
00036 
00037 #include <alp/errormgr_base.h>
00038 
00039 #ifdef __cplusplus
00040 extern "C" {
00041 #endif
00042 
00043 
00044 /******************************************************************************
00045  *      Prototypes
00046  *****************************************************************************/
00047 
00054 gint alp_err_display_string(GtkWindow* iParentWindowP, alp_status_t iStatus, bool iShowErrorCode);
00055 
00056 #ifdef __cplusplus
00057 }
00058 #endif
00059 
00060 
00061 #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.