- Timestamp:
- May 8, 2012 8:47:18 AM (13 years ago)
- Location:
- trunk/include/VBox/com
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/MultiResult.h
r30739 r41200 3 3 /** @file 4 4 * MS COM / XPCOM Abstraction Layer: 5 * SupportErrorInfo* class familydeclarations5 * MultiResult class declarations 6 6 */ 7 7 8 8 /* 9 * Copyright (C) 2008-20 09Oracle Corporation9 * Copyright (C) 2008-2012 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 27 27 */ 28 28 29 #ifndef ___VBox_com_ SupportErrorInfo_h30 #define ___VBox_com_ SupportErrorInfo_h29 #ifndef ___VBox_com_MultiResult_h 30 #define ___VBox_com_MultiResult_h 31 31 32 32 #include "VBox/com/defs.h" … … 96 96 /** 97 97 * The MultiResult class is a com::FWResult enhancement that also acts as a 98 * switch to turn on multi-error mode for SupportErrorInfo::setError() and99 * SupportErrorInfo::setWarning() calls.98 * switch to turn on multi-error mode for VirtualBoxBase::setError() and 99 * VirtualBoxBase::setWarning() calls. 100 100 * 101 101 * When an instance of this class is created, multi-error mode is turned on … … 259 259 } /* namespace com */ 260 260 261 #endif /* ___VBox_com_ SupportErrorInfo_h */262 261 #endif /* ___VBox_com_MultiResult_h */ 262
Note:
See TracChangeset
for help on using the changeset viewer.