VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifPlanOp.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1993 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifPlanOp.h,v $ $Revision: 1.10 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 
19 #ifndef DtIfPlanOp_H_
20 #define DtIfPlanOp_H_
21 
22 #include <vlutil/vlString.h>
23 #include "vrfmsgs/ifFileOp.h"
24 
34 
35 #include "vrfmsgs/vrfmsgsDefines.h"
37 {
38 
39 public:
41  DtIfPlanOp();
42 
44  DtIfPlanOp(const DtIfPlanOp & orig);
45 
47  const DtIfPlanOp & operator=(const DtIfPlanOp & orig);
48 
49  virtual ~DtIfPlanOp() override;
50 
52  virtual int type() const override;
53 
54  virtual DtSimInterfaceContent * clone() const override;
55 
56  static DtSimInterfaceContent* creator();
57 };
58 
59 #endif
60 
61 
62 
63 
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
DtIfFileOp is the base class of the content portion of file operation messages. Messages derived from...
Definition: ifFileOp.h:33
const DtIfFileOp & operator=(const DtIfFileOp &orig)
assignment operator
File: ifPlanOp.h.
Definition: ifPlanOp.h:36
virtual int type() const override=0
Override this with the type of file message the operation is for, so the right manager can register a...
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const override=0

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)