![]() |
MAK RTIspy API Documentation for HLA 1516
|
00001 /********************************************************************* 00002 ** Copyright (c) 1998 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: assistantDefaultMsgFact.h,v $ $Revision: 1.3 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00012 #ifndef DtAssistantDfltMsgFactory_H_ 00013 #define DtAssistantDfltMsgFactory_H_ 00014 00015 #include "assistantMsgFact.h" 00016 00020 class DT_DLL_ASSISTANT DtAssistantDfltMsgFactory : public DtAssistantMessageFactory 00021 { 00022 public: 00023 00026 DtAssistantDfltMsgFactory(); 00027 00029 ~DtAssistantDfltMsgFactory(); 00030 00032 DtAssistantDfltMsgFactory(const DtAssistantDfltMsgFactory& orig); 00033 00035 DtAssistantDfltMsgFactory& operator=(const DtAssistantDfltMsgFactory& orig); 00036 }; 00037 00038 #endif