Changeset 5549 in orxonox.OLD for trunk/src/util/loading
- Timestamp:
- Nov 11, 2005, 5:21:31 PM (19 years ago)
- Location:
- trunk/src/util/loading
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/loading/load_param.cc
r5546 r5549 20 20 21 21 #include "list.h" 22 #include "base_object.h"23 22 24 23 #include <stdarg.h> … … 40 39 this->pointerToParam = pointerToParam; 41 40 42 if (paramCount == 0 || this->pointerToParam )41 if (paramCount == 0 || this->pointerToParam != NULL) 43 42 this->loadString = "none"; 44 43 else -
trunk/src/util/loading/load_param.h
r5546 r5549 23 23 24 24 #include "functor_list.h" 25 #include "base_object.h" 25 26 #include "debug.h" 26 27 27 28 #include "factory.h" 28 #include "debug.h"29 29 #include "substring.h" 30 30 #include "tinyxml.h" 31 31 32 #include "helper_functions.h" 32 33 -
trunk/src/util/loading/load_param_description.cc
r5546 r5549 14 14 */ 15 15 16 #include "functor_list.h"17 18 16 #include "load_param_description.h" 19 17 #include "list.h" 20 #include "base_object.h"21 18 #include <stdarg.h> 22 19 #include "stdlibincl.h" 20 #include "functor_list.h" 23 21 24 22 /** -
trunk/src/util/loading/load_param_description.h
r5546 r5549 22 22 #define _LOAD_PARAM_DESCRIPTION_H 23 23 24 #include "functor_list.h"25 24 #include "base_object.h" 26 27 #include "factory.h"28 #include "debug.h"29 #include "substring.h"30 #include "tinyxml.h"31 #include "helper_functions.h"32 25 33 26 // Forward Declaration //
Note: See TracChangeset
for help on using the changeset viewer.