VirtualBox

Changeset 79482 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 3, 2019 2:35:37 AM (6 years ago)
Author:
vboxsync
Message:

x11/VBoxClient: Heed RT_NEED_NEW_AND_DELETE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/DragAndDrop.h

    r78036 r79482  
    5353class DnDDroppedFiles
    5454{
    55 
    56 public:
    57 
     55public:
     56#ifdef RT_NEED_NEW_AND_DELETE
     57    RTMEM_IMPLEMENT_NEW_AND_DELETE();
     58#endif
    5859    DnDDroppedFiles(void);
    5960    DnDDroppedFiles(const char *pszPath, DNDURIDROPPEDFILEFLAGS fFlags = DNDURIDROPPEDFILE_FLAGS_NONE);
     
    145146    };
    146147
     148#ifdef RT_NEED_NEW_AND_DELETE
     149    RTMEM_IMPLEMENT_NEW_AND_DELETE();
     150#endif
    147151    DnDURIObject(void);
    148152    DnDURIObject(Type type,
     
    271275{
    272276public:
    273 
     277#ifdef RT_NEED_NEW_AND_DELETE
     278    RTMEM_IMPLEMENT_NEW_AND_DELETE();
     279#endif
    274280    DnDURIList(void);
    275281    virtual ~DnDURIList(void);
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