Changeset 1502 for code/trunk/src/core/XMLPort.h
- Timestamp:
- Jun 1, 2008, 3:54:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/XMLPort.h
r1209 r1502 78 78 namespace orxonox 79 79 { 80 81 #ifndef _XMLPort_Mode__82 #define _XMLPort_Mode__83 namespace XMLPort84 {85 enum Mode86 {87 LoadObject,88 SaveObject89 };90 }91 #endif92 93 80 // ############################### 94 81 // ### XMLPortParamContainer ### … … 166 153 } 167 154 } 168 catch (ticpp::Exception& ex)155 catch (ticpp::Exception& ex) 169 156 { 170 157 COUT(1) << std::endl; … … 344 331 } 345 332 } 346 catch (ticpp::Exception& ex)333 catch (ticpp::Exception& ex) 347 334 { 348 335 COUT(1) << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.