60 lines
1.3 KiB
C
60 lines
1.3 KiB
C
/*
|
|
* PmConnectorTest.h
|
|
*
|
|
* header file for PmConnectorTest
|
|
*
|
|
* This wizard-generated code is based on code adapted from the
|
|
* stationery files distributed as part of the Palm OS SDK 4.0.
|
|
*
|
|
* Copyright (c) 2006 Palm, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
/** @defgroup PmConnectorTest PmConnector Sample
|
|
* The PmConnectorTest sample shows how to do class detection
|
|
**/
|
|
/** @ingroup PmConnectorTest
|
|
*
|
|
**/
|
|
|
|
/** @file PmConnectorTest.h
|
|
* This file contains the source for PmConnectorTest
|
|
**/
|
|
|
|
/** @name
|
|
*
|
|
**/
|
|
/*@{*/
|
|
|
|
|
|
#ifndef PMCONNECTORTEST_H_
|
|
#define PMCONNECTORTEST_H_
|
|
|
|
#include "PmUtil.h"
|
|
#include "LogUtil.h"
|
|
#include "PmConnectorTest_Rsc.h"
|
|
|
|
/*********************************************************************
|
|
* Internal Structures
|
|
*********************************************************************/
|
|
|
|
|
|
/*********************************************************************
|
|
* Global variables
|
|
*********************************************************************/
|
|
|
|
|
|
/*********************************************************************
|
|
* Internal Constants
|
|
*********************************************************************/
|
|
|
|
#define appFileCreator 'cntE'
|
|
#define appName "PmConnectorTest"
|
|
#define appVersionNum 0x01
|
|
#define appPrefID 0x00
|
|
#define appPrefVersionNum 0x01
|
|
|
|
#endif /* PMCONNECTORTEST_H_ */
|
|
|
|
/*@}*/
|