source:
dev/trunk/abdev/BasicCompiler_Common/src/Exception.cpp@
192
Last change on this file since 192 was 125, checked in by , 18 years ago | |
---|---|
File size: 223 bytes |
Line | |
---|---|
1 | #include <Exception.h> |
2 | |
3 | namespace Exception{ |
4 | |
5 | |
6 | void TryCommand(){ |
7 | } |
8 | void CatchCommand(){ |
9 | } |
10 | void FinallyCommand(){ |
11 | } |
12 | void EndTryCommand(){ |
13 | } |
14 | |
15 | void ThrowCommand( const char *Parameter ){ |
16 | } |
17 | |
18 | |
19 | } // Exception |
Note:
See TracBrowser
for help on using the repository browser.