Changeset 2660 in vbox
- Timestamp:
- May 16, 2007 11:31:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.