Changeset 8271 in orxonox.OLD for trunk/src/lib/util/executor/executor_xml.h
- Timestamp:
- Jun 8, 2006, 4:50:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/executor/executor_xml.h
r8051 r8271 1 1 /*! 2 * @file executor .h2 * @file executor_xml.h 3 3 * Definition of a on-screen-shell 4 4 */ 5 5 6 #ifndef _EXECUTOR_ SPECIALS_H7 #define _EXECUTOR_ SPECIALS_H6 #ifndef _EXECUTOR_XML_H 7 #define _EXECUTOR_XML_H 8 8 9 9 #include "executor.h" … … 65 65 } 66 66 67 virtual void operator()(BaseObject* object, unsigned intcount, void* values) const67 virtual void operator()(BaseObject* object, int& count, void* values) const 68 68 { 69 69 PRINTF(1)("missuse of XML-operator, OR IMPLEMENT.\n"); … … 82 82 }; 83 83 84 #endif /* _EXECUTOR_ SPECIALS_H */84 #endif /* _EXECUTOR_XML_H */
Note: See TracChangeset
for help on using the changeset viewer.