Changeset 9855 in orxonox.OLD for branches/new_class_id/src/lib/util
- Timestamp:
- Sep 28, 2006, 5:50:25 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/util/loading
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/loading/factory.cc
r9762 r9855 15 15 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_LOADING 16 16 17 #include " util/loading/factory.h"17 #include "factory.h" 18 18 #include "debug.h" 19 19 //#include "shell_command.h" -
branches/new_class_id/src/lib/util/loading/fast_factory.cc
r9808 r9855 19 19 #include "compiler.h" 20 20 #include "debug.h" 21 #include <string.h>22 21 23 22 -
branches/new_class_id/src/lib/util/loading/load_param.h
r9776 r9855 21 21 #ifndef _LOAD_PARAM_H 22 22 #define _LOAD_PARAM_H 23 24 #include "base_object.h"25 23 26 24 #include "executor/executor_substring.h" -
branches/new_class_id/src/lib/util/loading/resource_manager.cc
r9854 r9855 48 48 ResourceManager::~ResourceManager () 49 49 { 50 this->unloadAllBelowKeepLevel(this->_keepLevelNames.size()); 50 51 ResourceManager::_singletonRef = NULL; 51 52 }
Note: See TracChangeset
for help on using the changeset viewer.