Changeset 90237 in vbox for trunk/include
- Timestamp:
- Jul 19, 2021 11:46:08 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/Service.h
r85714 r90237 181 181 /* We don't need an additional client data area on the host, 182 182 because we're a class which can have members for that :-). */ 183 /** @todo r=bird: What the comment above says is that we can duplicate the 184 * work of associating data with a client ID already done by the HGCM and create 185 * additional bugs because we think that's cool. It's not. Utterly 186 * appalling as well as inefficient. Just a structure with a pointer to a 187 * client base class would go a long way here. */ 183 188 pTable->cbClient = 0; 184 189
Note:
See TracChangeset
for help on using the changeset viewer.