Changeset 34424 in vbox
- Timestamp:
- Nov 26, 2010 6:40:56 PM (14 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxClientImpl.cpp
r34423 r34424 34 34 // constructor / destructor 35 35 ///////////////////////////////////////////////////////////////////////////// 36 37 DEFINE_EMPTY_CTOR_DTOR(VirtualBoxClient)38 36 39 37 HRESULT VirtualBoxClient::FinalConstruct() -
trunk/src/VBox/Main/include/VirtualBoxClientImpl.h
r34421 r34424 51 51 END_COM_MAP() 52 52 53 DECLARE_EMPTY_CTOR_DTOR(VirtualBoxClient)54 55 53 HRESULT FinalConstruct(); 56 54 void FinalRelease();
Note:
See TracChangeset
for help on using the changeset viewer.