VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfSubordinateManager.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 vrfSubordinateManager_H_
9 #define vrfSubordinateManager_H_
10 
13 
14 #include <vlutil/vlConfig.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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)