VirtualBox

Changeset 90237 in vbox for trunk/include


Ignore:
Timestamp:
Jul 19, 2021 11:46:08 AM (4 years ago)
Author:
vboxsync
Message:

HostServices/Service.h: Added @todo on unnecessary work duplication wrt client tracking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/Service.h

    r85714 r90237  
    181181                    /* We don't need an additional client data area on the host,
    182182                       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. */
    183188                    pTable->cbClient              = 0;
    184189
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette