Changeset 27607 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Mar 22, 2010 6:13:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r27560 r27607 76 76 ///////////////////////////////////////////////////////////////////////////// 77 77 78 DEFINE_EMPTY_CTOR_DTOR(Display) 78 Display::Display() 79 : mParent(NULL) 80 { 81 } 82 83 Display::~Display() 84 { 85 } 86 79 87 80 88 HRESULT Display::FinalConstruct() … … 663 671 mParent->UnregisterCallback (this); 664 672 665 unconst(mParent) .setNull();673 unconst(mParent) = NULL; 666 674 667 675 if (mpDrv)
Note:
See TracChangeset
for help on using the changeset viewer.