VirtualBox

Changeset 72402 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 31, 2018 1:07:01 PM (7 years ago)
Author:
vboxsync
Message:

HostDnsService: use DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostDnsService.h

    r72395 r72402  
    5252class HostDnsMonitor
    5353{
     54    DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(HostDnsMonitor);
     55
    5456  public:
    5557    static HostDnsMonitor *getHostDnsMonitor(VirtualBox *virtualbox);
     
    7476
    7577  private:
    76     HostDnsMonitor(const HostDnsMonitor &);
    77     HostDnsMonitor& operator= (const HostDnsMonitor &);
    7878    static DECLCALLBACK(int) threadMonitoringRoutine(RTTHREAD, void *);
    7979    void pollGlobalExtraData();
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