44 lines
855 B
C
44 lines
855 B
C
/***********************************************************************.
|
|
*
|
|
* Copyright (c) 1999-2006 Palm, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
**********************************************************************/
|
|
|
|
/**
|
|
@ingroup GSMStatus
|
|
*/
|
|
|
|
|
|
/**
|
|
* @brief Some useful macros and functions for GSMStatus
|
|
*
|
|
* @version Version 1.0 - Initial Revision (03/07/06)
|
|
*
|
|
* @file GSMStatus.h
|
|
*
|
|
**/
|
|
|
|
#ifndef GSMSTATUS_H_
|
|
#define GSMSTATUS_H_
|
|
|
|
/*********************************************************************
|
|
* Internal Constants
|
|
*********************************************************************/
|
|
|
|
/**
|
|
* @name Defines
|
|
*
|
|
*/
|
|
/*@{*/
|
|
|
|
#define appFileCreator 'GsmS'
|
|
#define appName "GSMStatus"
|
|
#define appVersionNum 0x01
|
|
#define appPrefID 0x00
|
|
#define appPrefVersionNum 0x01
|
|
|
|
/*@}*/
|
|
|
|
#endif /* GSMSTATUS_H_ */
|