VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
orgChangeSetExecutorOperation.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: orgChangeSetExecutorOperation.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef orgChangeSetExecutorOperation_h
15 #define orgChangeSetExecutorOperation_h
16 
21 
26 {
27 private:
32 
33 public:
36 
38  virtual DtString type() const;
39 
40  virtual bool execute(DtOrganizationManager* orgMgr);
42  virtual bool complete() const;
43 
44  virtual void setId(int id);
45  virtual int id() const;
46 
47 protected:
49  static void singleChangeCompleteCallback(void* usr);
50  virtual void processSingleChangeComplete(unsigned int changeId);
51 
54  virtual void queueAllChanges(DtOrganizationManager* orgMgr);
55 
56 protected:
57  typedef std::pair<unsigned int, DtOrgChangeSetExecutorOperation*> DtIdExecutorPair;
61  std::list<unsigned int> myPendingChangeIdList;
62 
66 
68 
69  int myId;
70 };
71 
72 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)