Changeset 2660
- Timestamp:
- 05/16/07 13:31:27 (2 years ago)
- Files:
-
- trunk/include/iprt/cdefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/cdefs.h
r2443 r2660 1283 1283 1284 1284 #define DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(Cls) \ 1285 inline Cls ( Cls &); \1286 inline Cls &operator= ( Cls &);1285 inline Cls (const Cls &); \ 1286 inline Cls &operator= (const Cls &); 1287 1287 1288 1288

