![]() |
VR-Link API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 #ifndef DtDInteraction_H_ 00007 #define DtDInteraction_H_ 00008 00011 00012 #if DtDIS 00013 00014 #include "pdu.h" 00015 00016 00024 class DT_DLL_VL DtInteraction : public DtPdu 00025 { 00026 public: 00027 00029 DtInteraction(); 00030 00032 virtual ~DtInteraction(); 00033 00035 DtInteraction(const DtInteraction& orig); 00036 00038 DtInteraction& operator=(const DtInteraction& orig); 00039 00040 }; 00041 00042 #endif 00043 #endif 00044