Changeset 9712 in orxonox.OLD for branches/new_class_id/src/lib/util
- Timestamp:
- Sep 1, 2006, 12:52:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/factory.cc
r9709 r9712 99 99 BaseObject* Factory::fabricate(const TiXmlElement* root) 100 100 { 101 assert ( root != NULL &&Factory::_factoryList != NULL);101 assert (Factory::_factoryList != NULL); 102 102 103 103 std::list<Factory*>::const_iterator factory;
Note: See TracChangeset
for help on using the changeset viewer.