API Guide Home
(Online version only)

HsCommon.h

Go to the documentation of this file.
00001 /******************************************************************************
00002  * Copyright (c) 2004 PalmOne, Inc. or its subsidiaries.
00003  * All rights reserved.
00004  *****************************************************************************/
00005 
00006 /**
00007  * @file    HsCommon.h
00008  * @version 1.0
00009  * @date    
00010  *
00011  * Main Handspring Palm OS API Header file
00012  * 
00013  *  Most functions or API's are specific to either the 68K environment or the
00014  *  ARM environment but both of them sometimes share the same structures, types,
00015  *  constants etc.. The common header files are for those shared components that
00016  *  are used by both the 68K and ARM parts of a library, extention etc. In
00017  *  general, a developer would never have to include this file seperataely. It
00018  *  is already included in both the 68K/Hs.h and the ARM/Hs.h. 
00019  *
00020  *  Note: (11-Feb-2008) ARM include files are not in the general release.
00021  *
00022  * @author Kiran Prasad
00023  * <hr>
00024  */
00025  
00026 
00027 #ifndef __HS_COMMON_H__
00028 
00029 #define __HS_COMMON_H__
00030 
00031 #include <PalmTypes.h>
00032 #include <PalmCompatibility.h>
00033 #include <PalmOS.h>
00034 
00035 #include <Common/System/HsAppLaunchCmd.h>
00036 #include <Common/System/HsCreators.h>
00037 #include <Common/System/HsChars.h>
00038 #include <Common/System/HsErrorClasses.h>
00039 #include <Common/System/HsExgMgrCommon.h>
00040 #include <Common/System/HsErrors.h>
00041 
00042 
00043 #include <Common/Libraries/FavoritesDBLibrary/FavoritesDBLibTypes.h>
00044 
00045 #include <Common/Libraries/Imaging/ImageLibCommon.h>
00046 #include <Common/Libraries/Imaging/ImageLibTraps.h>
00047 
00048 #include <Common/Libraries/Camera/CameraLibCommon.h>
00049 
00050 #include <Common/Libraries/HTTP/HS_HTTPLibApp.h>
00051 #include <Common/Libraries/HTTP/HS_HTTPLibConst.h>
00052 #include <Common/Libraries/MMS/MmsHelperCommon.h>
00053 
00054 #endif /* __HS_COMMON_H__ */

Top Palm Developer Network
© 2004-2008, Palm, Inc. All rights reserved.
Generated on Fri Jun 13 10:06:53 2008 for Palm API Guide