Changeset 63565 in vbox for trunk/src/VBox/HostServices/HostChannel/service.cpp
- Timestamp:
- Aug 16, 2016 2:05:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/HostChannel/service.cpp
r62876 r63565 262 262 uint32_t u32Handle = 0; 263 263 264 /* @todo make sure that pvName is a nul terminated */264 /** @todo make sure that pvName is a nul terminated */ 265 265 rc = vboxHostChannelAttach(pClient, &u32Handle, (const char *)pvName, u32Flags); 266 266 … … 533 533 uint32_t u32SizeDataReturned = 0; 534 534 535 /* @todo make sure that pvName is a nul terminated */535 /** @todo make sure that pvName is a nul terminated */ 536 536 rc = vboxHostChannelQuery(pClient, (const char *)pvName, u32Code, 537 537 pvParm, cbParm,
Note:
See TracChangeset
for help on using the changeset viewer.