![]() |
MAK RTIspy API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 1998 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: assistantMsgFact.h,v $ $Revision: 1.4 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00012 #ifndef DtAssistantMessageFactory_H_ 00013 #define DtAssistantMessageFactory_H_ 00014 00017 00018 #include <messageFactory.h> 00019 #include "assistantMsg.h" 00020 00022 typedef DT_DLL_ASSISTANT DtMessageFactory<DtAssistantMsg, DtAssistantMsgKind, DtNetAssistantMsgHeader> DtAssistantMessageFactory; 00023 00024 #endif