source:
dev/BasicCompiler_Common/Exception.h@
122
| Last change on this file since 122 was 52, checked in by , 19 years ago | |
|---|---|
| File size: 172 bytes | |
| Rev | Line | |
|---|---|---|
| [52] | 1 | |
| 2 | namespace Exception{ | |
| 3 | ||
| 4 | void TryCommand(); | |
| 5 | void CatchCommand(); | |
| 6 | void FinallyCommand(); | |
| 7 | void EndTryCommand(); | |
| 8 | ||
| 9 | void ThrowCommand( const char *Parameter ); | |
| 10 | ||
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
