- Timestamp:
- 22/01/2012 19:37:13 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/buildenv-testmain-template.cpp
r2415 r3070 370 370 return returncode; 371 371 } 372 catch(BoxException &e) 373 { 374 printf("FAILED: Exception caught: %s: %s\n", e.what(), 375 e.GetMessage().c_str()); 376 return 1; 377 } 372 378 catch(std::exception &e) 373 379 {
Note: See TracChangeset
for help on using the changeset viewer.
