Changeset 01be70 for src/base/factory.hpp
- Timestamp:
- Feb 1, 2012, 11:08:03 AM (14 years ago)
- Children:
- 894a5f
- Parents:
- 64ba929
- File:
-
- 1 edited
-
src/base/factory.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/base/factory.hpp
r64ba929 r01be70 20 20 { 21 21 22 class MG; 23 22 24 class Factory 23 25 { 24 26 public: 25 Factory();26 27 virtual ~Factory(); 27 28 … … 39 40 40 41 private: 42 friend class MG; 43 44 Factory(); 41 45 std::map<std::string, Object*> object_map; 42 46 };
Note:
See TracChangeset
for help on using the changeset viewer.
