Changeset 30739 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jul 8, 2010 12:27:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63508
- Location:
- trunk/src/VBox/Main/glue
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/ErrorInfo.cpp
r30714 r30739 19 19 20 20 #if !defined (VBOX_WITH_XPCOM) 21 22 21 #else 23 24 #include <nsIServiceManager.h> 25 #include <nsIExceptionService.h> 26 #include <nsCOMPtr.h> 27 22 #include <nsIServiceManager.h> 23 #include <nsIExceptionService.h> 24 #include <nsCOMPtr.h> 28 25 #endif 29 26 … … 32 29 #include "VBox/com/assert.h" 33 30 #include "VBox/com/com.h" 31 #include "VBox/com/MultiResult.h" 34 32 35 33 #include <iprt/stream.h> … … 41 39 { 42 40 41 //////////////////////////////////////////////////////////////////////////////// 42 // 43 43 // ErrorInfo class 44 // 44 45 //////////////////////////////////////////////////////////////////////////////// 45 46 … … 272 273 } 273 274 275 //////////////////////////////////////////////////////////////////////////////// 276 // 274 277 // ProgressErrorInfo class 278 // 275 279 //////////////////////////////////////////////////////////////////////////////// 276 280 … … 288 292 } 289 293 294 //////////////////////////////////////////////////////////////////////////////// 295 // 290 296 // ErrorInfoKeeper class 297 // 291 298 //////////////////////////////////////////////////////////////////////////////// 292 299
Note:
See TracChangeset
for help on using the changeset viewer.