Changes in libcfa/src/exception.hfa [1c01c58:5727c23]
- File:
-
- 1 edited
-
libcfa/src/exception.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.hfa
r1c01c58 r5727c23 192 192 size_t size; \ 193 193 void (*copy)(exception_name * this, exception_name * other); \ 194 void (* ^?{})(exception_name & this); \194 void (*free)(exception_name & this); \ 195 195 const char * (*msg)(exception_name * this); \ 196 196 _CLOSE … … 213 213 size_t size; \ 214 214 void (*copy)(exception_name parameters * this, exception_name parameters * other); \ 215 void (* ^?{})(exception_name parameters & this); \215 void (*free)(exception_name parameters & this); \ 216 216 const char * (*msg)(exception_name parameters * this); \ 217 217 _CLOSE
Note:
See TracChangeset
for help on using the changeset viewer.