Changeset 21079 in vbox for trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp
- Timestamp:
- Jun 30, 2009 3:59:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp
r21077 r21079 156 156 AssertComRC (rc); 157 157 Utf8Str message; 158 rc = aInfo->GetMessage (message.asOutParam()); 158 rc = aInfo->GetMessage(message.asOutParam()); 159 message.jolt(); 159 160 AssertComRC (rc); 160 161 mText = message;
Note:
See TracChangeset
for help on using the changeset viewer.