www.pudn.com > NetTest2nd.rar > NetTest.hrh
/*
============================================================================
Name : NetTest resource header file NetTest.hrh
Author :
Version :
Copyright : Your copyright notice
Description : This file contains declarations for constants of NetTest.
The file can be included in C++ or resource file.
============================================================================
*/
#ifndef NETTEST_HRH
#define NETTEST_HRH
enum TNetTestCommandIds
{
ENetTestCMWapConn = 1,
ENetTestCMNetConn,
ENetTestResume,
ENetTestStop
};
#endif // NETTEST_HRH