Changeset 27607 in vbox for trunk/src/VBox/Main/DHCPServerImpl.cpp
- Timestamp:
- Mar 22, 2010 6:13:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DHCPServerImpl.cpp
r26163 r27607 34 34 ///////////////////////////////////////////////////////////////////////////// 35 35 36 DEFINE_EMPTY_CTOR_DTOR (DHCPServer) 36 DHCPServer::DHCPServer() 37 : mVirtualBox(NULL) 38 { 39 } 40 41 DHCPServer::~DHCPServer() 42 { 43 } 37 44 38 45 HRESULT DHCPServer::FinalConstruct() … … 53 60 return; 54 61 55 unconst(mVirtualBox) .setNull();62 unconst(mVirtualBox) = NULL; 56 63 } 57 64
Note:
See TracChangeset
for help on using the changeset viewer.