VR-Forces 4.1 Class Documentation
procSRIter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: procSRIter.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtVrfProcessStateRepositoryIterator_H_
19 #define DtVrfProcessStateRepositoryIterator_H_
20 
21 #include <vlutil/vlList.h>
22 #include "vrfutil/iteratorBase.h"
23 #include "vrfobjcore/procSRMgr.h"
24 
26 
31 
32 class DtVrfProcessStateRepositoryIterator : public DtIteratorBase<DtVrfProcessStateRepository>
33 {
34 
35 private:
38 
42 
43 public:
46 
50 
53 
57  {
58  if (reset)
59  {
61  }
62 
64  }
65 
70  {
71  if (reset)
72  {
74  }
75 
77  }
78 
79 };
80 
81 #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)