Changeset 359 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Nov 9, 2007, 8:52:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Exception.h
r357 r359 1 #pragma once 1 2 2 3 namespace Exception{ 3 4 4 5 void TryCommand(); 5 void CatchCommand( );6 void CatchCommand( const char *parameter ); 6 7 void FinallyCommand(); 7 8 void EndTryCommand(); … … 10 11 11 12 void Opcode_Func_System_GetNowScopeCatchAddress(); 12 13 void Opcode_Func_System_GetNowScopeFinallyAddress(); 13 14 }
Note:
See TracChangeset
for help on using the changeset viewer.