MAK RTIspy API Documentation for HLA 1516
handleList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: handleList.h,v $ $Revision: 1.13 $ $State: Exp $
7 *********************************************************************/
8 #ifdef DtMOM
9 
10 
11 
12 #ifndef DtMomHandleList_H_
13 #define DtMomHandleList_H_
14 
15 #include "rtiMsConfig.h"
16 #include <vlutil/vlList.h>
17 #include "internalTypes.h"
18 
20 
21 class DT_DLL_LRC DtMomHandleList : public MAKRti::DtList
22 {
23 public:
24 
26  DtMomHandleList();
27 
29  virtual ~DtMomHandleList();
30 
32  virtual void append(DtHandle handle);
33 
35  virtual bool active();
36  virtual void setActive(bool active);
37 
39  virtual DtHandle data(const MAKRti::DtListItem* item) const;
40 
41 protected:
42  bool myActive;
43 
44 private:
46  DtMomHandleList(const DtMomHandleList& orig);
47 
48 
49 };
50 
51 #endif
52 #endif

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)