![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2003 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: ifaceMsgExec.h,v $ $Revision: 1.8 $ $State: Exp $ 00007 *******************************************************************************/ 00008 #ifndef ifaceMsgExec_H_ 00009 #define ifaceMsgExec_H_ 00010 00013 00016 00017 #include <vlutil/vlString.h> 00018 #include "vrfmsgs/simMsg.h" 00019 #include "vrfmsgs/msgExec.h" 00020 00025 #include "vrfmsgs/vrfmsgsDefines.h" 00026 class DT_DLL_vrfmsgs DtInterfaceMessageExecutive : public DtMessageExecutive 00027 { 00028 00029 public: 00030 00032 DtInterfaceMessageExecutive(); 00033 00035 virtual ~DtInterfaceMessageExecutive(); 00036 00038 DtInterfaceMessageExecutive(const DtInterfaceMessageExecutive& orig); 00039 00041 DtInterfaceMessageExecutive& operator=(const DtInterfaceMessageExecutive& orig); 00042 00045 virtual int indexType(const DtSimMessage & message) const; 00046 00047 }; 00048 00049 #endif 00050 00051 00052