![]() |
MAK RTIspy API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 2008 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: netAssistantLicServerInfoMsg.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *********************************************************************/ 00008 00009 #ifndef DtNetAssistantLicServerInfoMsg_H_ 00010 #define DtNetAssistantLicServerInfoMsg_H_ 00011 00014 00015 #include <vlutil/vlNetTypes.h> 00016 #include <vlutil/vlUtil.h> 00017 00018 #include "netAssistantMsgHdr.h" 00019 00022 class DT_DLL_ASSISTANT DtNetAssistantLicServerInfoMsg 00023 { 00024 public: 00025 00026 DtNetAssistantMsgHeader header; 00027 DtNetU8 removal; 00028 DtNetU8 licenseCount; 00029 DtNetU16 licenseServersSize; 00030 //DtNetU32 licensePorts[]; 00031 //char licenseServers[]; 00032 00033 }; 00034 00035 00036 #endif // DtNetAssistantLicServerInfoMsg_H_