VirtualBox

Changeset 78093 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 10, 2019 3:11:29 PM (6 years ago)
Author:
vboxsync
Message:

DnD/Main: Renamed GuestDnDInst() macro -> GUESTDNDINST().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDPrivate.h

    r76562 r78093  
    11221122};
    11231123
    1124 /** Access to the GuestDnD's singleton instance.
    1125  * @todo r=bird: Please add a 'Get' or something to this as it currently looks
    1126  *       like a class instantiation rather than a getter.  Alternatively, use
    1127  *       UPPER_CASE like the coding guideline suggest for macros. */
    1128 #define GuestDnDInst() GuestDnD::getInstance()
     1124/** Access to the GuestDnD's singleton instance. */
     1125#define GUESTDNDINST() GuestDnD::getInstance()
    11291126
    11301127/** List of pointers to guest DnD Messages. */
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