Changeset 71320 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 14, 2018 1:00:21 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121269
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r71316 r71320 1710 1710 PVBOXSERVICECTRLSESSIONTHREAD pSessionThread, uint32_t uCtrlSessionThread) 1711 1711 { 1712 RT_NOREF 1(uCtrlSessionThread);1712 RT_NOREF(uCtrlSessionThread); 1713 1713 1714 1714 /* … … 2074 2074 int VGSvcGstCtrlSessionThreadWait(PVBOXSERVICECTRLSESSIONTHREAD pThread, uint32_t uTimeoutMS, uint32_t fFlags) 2075 2075 { 2076 RT_NOREF 1(fFlags);2076 RT_NOREF(fFlags); 2077 2077 AssertPtrReturn(pThread, VERR_INVALID_POINTER); 2078 2078 /** @todo Validate closing flags. */
Note:
See TracChangeset
for help on using the changeset viewer.