Changeset 98288 in vbox for trunk/include
- Timestamp:
- Jan 24, 2023 3:32:43 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/MultiResult.h
r98103 r98288 188 188 * @copydoc FWResult::FWResult() 189 189 */ 190 MultiResult 191 192 MultiResult 190 MultiResult(HRESULT aRC = E_FAIL) : FWResult (aRC) { incCounter(); } 191 192 MultiResult(const MultiResult &aThat) : FWResult (aThat) 193 193 { 194 194 /* We need this copy constructor only for GCC that wants to have
Note:
See TracChangeset
for help on using the changeset viewer.