Changeset 62846 in vbox
- Timestamp:
- Aug 1, 2016 9:24:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r62801 r62846 791 791 } 792 792 793 int SendReply( const ClientConnection*pConnection,794 HostCommand*pHostCmd)793 int SendReply(ClientConnection const *pConnection, 794 HostCommand *pHostCmd) 795 795 { 796 796 AssertPtrReturn(pConnection, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.