- Timestamp:
- Dec 3, 2008 3:20:54 PM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Performance.cpp
r14772 r14950 484 484 else 485 485 { 486 487 486 for (size_t i = 0; i < objectArray.size(); ++i) 488 487 switch (nameArray.size()) -
trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp
r14772 r14950 110 110 rc = aInfo->GetDescription (mText.asOutParam()); 111 111 AssertComRC (rc); 112 112 113 113 return S_OK; 114 114 } … … 164 164 AssertComRC (rc); 165 165 mText = message; 166 166 167 167 return S_OK; 168 168 }
Note:
See TracChangeset
for help on using the changeset viewer.