Changeset 63249 in vbox
- Timestamp:
- Aug 10, 2016 11:03:16 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109879
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r63186 r63249 132 132 AssertPtrReturn(mSession, E_POINTER); 133 133 int rc2 = mSession->signalWaitEvent(aType, aEvent); 134 RT_NOREF(rc2); 134 135 #ifdef DEBUG_andy 135 136 LogFlowFunc(("Signalling events of type=%RU32, session=%p resulted in rc=%Rrc\n", … … 532 533 HRESULT GuestSession::getCurrentDirectory(com::Utf8Str &aCurrentDirectory) 533 534 { 535 RT_NOREF(aCurrentDirectory); 534 536 ReturnComNotImplemented(); 535 537 } … … 537 539 HRESULT GuestSession::setCurrentDirectory(const com::Utf8Str &aCurrentDirectory) 538 540 { 541 RT_NOREF(aCurrentDirectory); 539 542 ReturnComNotImplemented(); 540 543 }
Note:
See TracChangeset
for help on using the changeset viewer.