VR-Forces 4.2 Class Documentation
vrfSubordMgr.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfSubordMgr.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef vrfSubordMgr_H_
9 #define vrfSubordMgr_H_
10 
13 
14 #include <vlutil/vlConfig.h>
15 #include "vrfobjcore/subordMgr.h"
17 
18 class DtVrfObject;
19 class DtVrfObjectManager;
20 
23 {
24 private:
27 
28 public:
31 
34 
37 
39  virtual ~DtVrfSubordinateManager();
40 
42  virtual DtSubordinateManager* clone() const;
43 
44  virtual DtVrfObject* firstVrfSubordinate() const;
45  virtual DtVrfObject* lastVrfSubordinate() const;
46 
47  virtual DtVrfObject* firstVrfHealthySubordinate() const;
48 
50  virtual const DtKeyedVrfObjectIterator& vrfIterator() const;
51 
52 protected:
54 
55 };
56 
57 #endif

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)