Changeset 6375 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jan 18, 2008 1:54:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/ErrorInfo.cpp
r5999 r6375 233 233 } 234 234 } 235 236 /**237 * Sets the given error info object for the current thread. If @a aPreserve238 * is @c true, then the current error info set on the thread before this239 * method is called will be preserved in the IVirtualBoxErrorInfo::next240 * attribute of the new error info object that will be then set as the241 * current error info object.242 */243 244 //static245 HRESULT setError (IVirtualBoxErrorInfo *aInfo);246 235 247 236 // ProgressErrorInfo class
Note:
See TracChangeset
for help on using the changeset viewer.