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