|
Check-in Number:
|
1696 | |
| Date: |
2002-Jan-30 11:37:55 (local)
2002-Jan-30 10:37:55 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
added namespace mapping for cleanup |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/ex/ex.h 1.12 -> 1.13
--- ex.h 2002/01/30 10:33:36 1.12
+++ ex.h 2002/01/30 10:37:55 1.13
@@ -209,12 +209,14 @@
/* optional namespace mapping */
#if defined(__EX_NS_USE_UCCXX__)
#define Try ex_try
+#define Cleanup ex_cleanup
#define Catch ex_catch
#define Throw ex_throw
#define Rethrow ex_rethrow
#define Shield ex_shield
#elif defined(__EX_NS_USE_CXX__) || (!defined(__cplusplus) && !defined(__EX_NS_USE_CUSTOM__))
#define try ex_try
+#define cleanup ex_cleanup
#define catch ex_catch
#define throw ex_throw
#define rethrow ex_rethrow
|
|