VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simResourceFactoryEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rsrcFactEnt.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtSimResourceFactoryEntry_H_
19 #define DtSimResourceFactoryEntry_H_
20 
22 
28 
29 #include "vrfutil/vrfutilDefines.h"
31 {
32 public:
35 
38 
41  orig);
42 
44  virtual ~DtSimResourceFactoryEntry();
45 
46  virtual const DtString& typeToCreate() const;
47  virtual void setTypeToCreate(const DtString& type);
48 
49  virtual const DtSimResourceCreatorFcn& creatorFcn() const;
50  virtual void setCreatorFcn(const DtSimResourceCreatorFcn& fcn);
51 
53  orig) const;
54 
55 protected:
58 };
59 
60 #endif
61 
DtSimResource *(* DtSimResourceCreatorFcn)()
Definition: simResourceFactory.h:27
DtString myTypeToCreate
Definition: simResourceFactoryEntry.h:56
File: rsrcFactEnt.h.
Definition: simResourceFactoryEntry.h:30
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
DtSimResourceCreatorFcn myCreatorFcn
Definition: simResourceFactoryEntry.h:57

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)