VR-Forces 4.2 Class Documentation
taskMgrFactEnt.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2000 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: taskMgrFactEnt.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtSimTaskManagerFactoryEntry_H_
13 #define DtSimTaskManagerFactoryEntry_H_
14 
15 #include "vrfobjcore/taskMgrFact.h"
16 
21 
23 {
24 public:
25 
28 
31 
34  const DtSimTaskManagerFactoryEntry& orig);
35 
38  const DtSimTaskManagerFactoryEntry& orig);
39 
40  virtual const DtString& typeToCreate() const;
41  virtual void setTypeToCreate(const DtString& type);
42 
43  virtual const DtSimTaskManagerCreatorFcn& creatorFcn() const;
44  virtual void setCreatorFcn(const DtSimTaskManagerCreatorFcn& fcn);
45 
48  orig) const;
49 
50 protected:
51 
53 
55 };
56 
57 #endif
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)