VR-Forces 4.2 Class Documentation
ifOvlOp.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifOvlOp.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 
19 #ifndef DtIfOverlayOp_H_
20 #define DtIfOverlayOp_H_
21 
22 #include <vlutil/vlString.h>
23 #include "vrfmsgs/ifFileOp.h"
24 
30 
31 #include "vrfmsgs/vrfmsgsDefines.h"
33 {
34 
35 public:
37  DtIfOverlayOp();
38 
40  DtIfOverlayOp(const DtIfOverlayOp & orig);
41 
43  const DtIfOverlayOp & operator=(const DtIfOverlayOp & orig);
44 
45  virtual ~DtIfOverlayOp();
46 
48  virtual int type() const;
49 
50  virtual DtSimInterfaceContent * clone() const;
51 
52  static DtSimInterfaceContent* creator();
53 };
54 
55 #endif
56 
57 
58 
59 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)