VirtualBox

Ignore:
Timestamp:
Mar 22, 2010 6:13:07 PM (15 years ago)
Author:
vboxsync
Message:

Main: remove templates for 'weak' com pointers which do nothing anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DHCPServerImpl.cpp

    r26163 r27607  
    3434/////////////////////////////////////////////////////////////////////////////
    3535
    36 DEFINE_EMPTY_CTOR_DTOR (DHCPServer)
     36DHCPServer::DHCPServer()
     37    : mVirtualBox(NULL)
     38{
     39}
     40
     41DHCPServer::~DHCPServer()
     42{
     43}
    3744
    3845HRESULT DHCPServer::FinalConstruct()
     
    5360        return;
    5461
    55     unconst(mVirtualBox).setNull();
     62    unconst(mVirtualBox) = NULL;
    5663}
    5764
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