VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
managedObjectListManager.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: managedObjListMgr.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef managedObjectListManager_H_
13 #define managedObjectListManager_H_
14 
17 
20 
27 
30 {
31 
32 protected:
35 
36 public:
39 
41  virtual ~DtManagedObjectListManager();
42 
48  DtManagedObjectListConstPtr getList(const DtVrfObjectPredicate& predicate =
50  bool reevaluateFlag = false,
51  DtTime evaluationPeriod = 0);
52 
53 protected:
57  void removeExpiredLists();
58 
59 protected:
61  typedef std::list<DtBoost::weak_ptr<DtManagedObjectList> >
63 
65 };
66 
67 #endif

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)