Changeset 42237 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 19, 2012 5:23:44 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79275
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r42234 r42237 637 637 } 638 638 639 Assert Msg(!strErrDetail.isEmpty());639 Assert(!strErrDetail.isEmpty()); 640 640 rc = pCallback->Signal(pData->u32Flags /* rc from guest. */, strErrDetail); 641 641 }
Note:
See TracChangeset
for help on using the changeset viewer.