Changeset 30676 in vbox for trunk/src/VBox/Main/glue/errorprint.cpp
- Timestamp:
- Jul 6, 2010 4:36:43 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63437
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/errorprint.cpp
r30670 r30676 28 28 namespace com 29 29 { 30 30 31 31 32 void GluePrintErrorInfo(com::ErrorInfo &info) … … 74 75 { 75 76 // if we have full error info, print something nice, and start with the actual error message 76 com::ErrorInfo info(iface , COM_IIDOF(IUnknown));77 com::ErrorInfo info(iface); 77 78 if (info.isFullAvailable() || info.isBasicAvailable()) 78 79 GluePrintErrorInfo(info);
Note:
See TracChangeset
for help on using the changeset viewer.