![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 1993 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: ifPlanOp.h,v $ $Revision: 1.10 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00017 00018 00019 #ifndef DtIfPlanOp_H_ 00020 #define DtIfPlanOp_H_ 00021 00022 #include <vlutil/vlString.h> 00023 #include "vrfmsgs/ifFileOp.h" 00024 00034 00035 #include "vrfmsgs/vrfmsgsDefines.h" 00036 class DT_DLL_vrfmsgs DtIfPlanOp : public DtIfFileOp 00037 { 00038 00039 public: 00041 DtIfPlanOp(); 00042 00044 DtIfPlanOp(const DtIfPlanOp & orig); 00045 00047 const DtIfPlanOp & operator=(const DtIfPlanOp & orig); 00048 00049 virtual ~DtIfPlanOp(); 00050 00052 virtual int type() const; 00053 00054 virtual DtSimInterfaceContent * clone() const; 00055 00056 static DtSimInterfaceContent* creator(); 00057 }; 00058 00059 #endif 00060 00061 00062 00063