few minor mods
This commit is contained in:
parent
f290f94301
commit
a2457cf126
5 changed files with 86 additions and 11 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
class eoObject;
|
||||
class eoPersistent;
|
||||
|
|
@ -79,6 +80,8 @@ private :
|
|||
typedef std::map<std::string, eoPersistent*> ObjectMap;
|
||||
|
||||
ObjectMap objectMap;
|
||||
|
||||
std::vector<ObjectMap::iterator> creationOrder;
|
||||
};
|
||||
|
||||
#endif //eoState_h
|
||||
|
|
|
|||
Reference in a new issue