- Timestamp:
- Feb 28, 2013 3:51:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
r44863 r44870 1202 1202 Assert(!pSession.isNull()); 1203 1203 ULONG uSessionID = 0; 1204 HRESULT hr = pSession->COMGETTER(Id)(&uSessionID); 1205 ComAssertComRC(hr); 1204 pSession->COMGETTER(Id)(&uSessionID); 1206 1205 1207 1206 /* Create a new context ID and assign it. */
Note:
See TracChangeset
for help on using the changeset viewer.