![]() |
MAK RTIspy API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 2008 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: netAssistantShowMsg.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *********************************************************************/ 00008 00009 #ifndef DtNetAssistantShowMsg_H_ 00010 #define DtNetAssistantShowMsg_H_ 00011 00014 00015 #include <vlutil/vlNetTypes.h> 00016 #include <vlutil/vlUtil.h> 00017 00018 #include "netAssistantMsgHdr.h" 00019 00021 class DT_DLL_ASSISTANT DtNetAssistantShowMsg 00022 { 00023 public: 00024 00025 DtNetAssistantMsgHeader header; 00026 }; 00027 00028 00029 #endif // DtNetAssistantShowMsg_H_