source:
dev/trunk/abdev/BasicCompiler_Common/src/Exception.cpp@
294
| Last change on this file since 294 was 206, checked in by , 18 years ago | |
|---|---|
| File size: 246 bytes | |
| Rev | Line | |
|---|---|---|
| [206] | 1 | #include "stdafx.h" |
| 2 | ||
| [125] | 3 | #include <Exception.h> |
| [52] | 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.
