few minor mods

This commit is contained in:
mac 2000-03-23 14:41:12 +00:00
commit a2457cf126
5 changed files with 86 additions and 11 deletions

View file

@ -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