Changeset 78093 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 10, 2019 3:11:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r76562 r78093 1122 1122 }; 1123 1123 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() 1129 1126 1130 1127 /** List of pointers to guest DnD Messages. */
Note:
See TracChangeset
for help on using the changeset viewer.