VR-Forces 4.1 Class Documentation
vrfSRUserExt.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfSRUserExt.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtVrfStateRepositoryUserExtension_H_
15 #define DtVrfStateRepositoryUserExtension_H_
16 
17 #include "vrfutil/rdrWritr.h"
18 
21 
30 {
31 public:
32 
35  const DtString& rwName = DtString::nullString(),
36  DtReaderWriterRegistry* parentRegistry = 0);
37 
41  const DtString& rwName = DtString::nullString(),
42  DtReaderWriterRegistry* parentRegistry = 0);
43 
47 
50 
53  virtual DtVrfStateRepositoryUserExtension* clone(
54  DtVrfObjectStateRepository* stateRepository,
55  const DtString& name,
56  DtReaderWriterRegistry* parentRegistry = NULL) const;
57 
60  virtual DtString type() const;
61 
63  virtual void init() {};
64 
66  virtual DtVrfObjectStateRepository* stateRepository() const;
67 
69  static DtVrfStateRepositoryUserExtension* create(
70  DtVrfObjectStateRepository* stateRepository,
71  const DtString& rwName = DtString::nullString(),
72  DtReaderWriterRegistry* parentRegistry = 0);
73 
74  static void setFactory(DtVrfStateRepositoryUserExtensionFactory* factory);
76 
77 protected:
78 
81 
83 };
84 
85 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)