VR-Link API Documentation for DIS
dStateDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef dStateDecoder_H_
7 #define dStateDecoder_H_
8 
9 #if DtDIS
10 
11 #include <vlutil/vlMachineTypes.h>
12 
13 
14 class DtExerciseConn;
15 
18 {
19 public:
22 
24  virtual ~DtStateDecoder();
25 
27  DtStateDecoder(const DtStateDecoder& orig);
28 
30  DtStateDecoder& operator=(const DtStateDecoder& orig);
31 
32 protected:
34 };
35 
36 
37 
38 #endif
39 #endif

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)