Changeset 7429 in orxonox.OLD for trunk/src/lib/lang
- Timestamp:
- Apr 29, 2006, 1:21:47 AM (19 years ago)
- Location:
- trunk/src/lib/lang
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/base_object.cc
r7230 r7429 41 41 this->xmlElem = NULL; 42 42 43 //ClassList::addToClassList(this, this->classID, "BaseObject");43 //ClassList::addToClassList(this, this->classID, "BaseObject"); 44 44 } 45 45 -
trunk/src/lib/lang/class_list.cc
r7428 r7429 21 21 #include "compiler.h" 22 22 #include "debug.h" 23 #include <string.h>24 23 #include <cmath> 25 #include <algorithm> 24 26 25 using namespace std; 27 26 -
trunk/src/lib/lang/class_list.h
r7403 r7429 11 11 #include <list> 12 12 #include <string> 13 #ifndef NULL14 #define NULL 0 //!< NULL15 #endif16 13 17 14 // FORWARD DECLARATION
Note: See TracChangeset
for help on using the changeset viewer.