Changeset 44970 in vbox for trunk/include/VBox/com/ErrorInfo.h
- Timestamp:
- Mar 11, 2013 9:59:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/ErrorInfo.h
r44528 r44970 5 5 6 6 /* 7 * Copyright (C) 2006-201 1Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 445 445 446 446 /** 447 * Constructs a new instance from an ErrorInfo object, to inject a full 448 * error info created elsewhere. 449 * 450 * @param aInfo @c true to prevent fetching error info and leave 451 * the instance uninitialized. 452 */ 453 ErrorInfoKeeper(const ErrorInfo &aInfo) 454 : ErrorInfo(false), mForgot(false) 455 { 456 copyFrom(aInfo); 457 } 458 459 /** 447 460 * Destroys this instance and automatically calls #restore() which will 448 461 * either restore error info fetched by the constructor or do nothing
Note:
See TracChangeset
for help on using the changeset viewer.