Changeset 62636 in vbox for trunk/include/VBox/com
- Timestamp:
- Jul 28, 2016 4:49:39 PM (8 years ago)
- Location:
- trunk/include/VBox/com
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/MultiResult.h
r62476 r62636 213 213 private: 214 214 215 DECLARE_CLS_NEW_DELETE_NOOP(MultiResult) 215 DECLARE_CLS_NEW_DELETE_NOOP(MultiResult); 216 216 217 217 static void incCounter(); … … 252 252 private: 253 253 254 DECLARE_CLS_NEW_DELETE_NOOP (MultiResultRef)254 DECLARE_CLS_NEW_DELETE_NOOP(MultiResultRef); 255 255 256 256 HRESULT &mRC; -
trunk/include/VBox/com/array.h
r62361 r62636 1098 1098 protected: 1099 1099 1100 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(SafeArray) 1100 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(SafeArray); 1101 1101 1102 1102 /**
Note:
See TracChangeset
for help on using the changeset viewer.