Changeset 366 in dev for trunk/abdev/BasicCompiler_Common/include/Exception.h
- Timestamp:
- Nov 11, 2007, 6:38:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Exception.h
r359 r366 6 6 void CatchCommand( const char *parameter ); 7 7 void FinallyCommand(); 8 void EndTryCommand(); 8 void EndTryCommand( bool isNoWarning = false ); 9 10 // Tryスコープを検証する 11 void InspectTryScope(); 9 12 10 13 void ThrowCommand( const char *Parameter );
Note: See TracChangeset
for help on using the changeset viewer.