VR-Forces 4.1.1 Class Documentation
promoteEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: promoteEntry.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtPromotionEntry_H_
13 #define DtPromotionEntry_H_
14 
15 class DtFormationEntry;
16 
17 #include <vlutil/vlString.h>
18 #include "vrfutil/rwString.h"
19 #include "vrfutil/formEntry.h"
20 
27 
30 {
31 public:
32 
35 
37  DtPromotionEntry(const DtString& rwName,
38  DtReaderWriterRegistry* const parentRegistry = 0);
39 
41  virtual ~DtPromotionEntry();
42 
44  DtPromotionEntry(const DtString & name, const DtPromotionEntry & orig,
45  DtReaderWriterRegistry * parentRegistry = 0);
46 
49 
51  virtual void setFormationEntry(const DtFormationEntry& formation);
52 
54  virtual void setEntityName(const DtString& name);
55  virtual const DtString& entityName() const;
56 
58  virtual const DtFormationEntry& formationEntry() const;
59 
61  DtPromotionEntry * clone(const DtString& name,
62  DtReaderWriterRegistry * parentRegistry = NULL) const;
63 
64 protected:
65 
67 
69 };
70 
71 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)