VirtualBox

Ignore:
Timestamp:
Mar 22, 2010 6:13:07 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59148
Message:

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

File:
1 edited

Legend:

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

    r27560 r27607  
    7676/////////////////////////////////////////////////////////////////////////////
    7777
    78 DEFINE_EMPTY_CTOR_DTOR(Display)
     78Display::Display()
     79    : mParent(NULL)
     80{
     81}
     82
     83Display::~Display()
     84{
     85}
     86
    7987
    8088HRESULT Display::FinalConstruct()
     
    663671        mParent->UnregisterCallback (this);
    664672
    665     unconst(mParent).setNull();
     673    unconst(mParent) = NULL;
    666674
    667675    if (mpDrv)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette