Changeset 36037 in vbox for trunk/src/VBox/Main/src-client/AdditionsFacilityImpl.cpp
- Timestamp:
- Feb 21, 2011 3:15:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/AdditionsFacilityImpl.cpp
r35997 r36037 37 37 ///////////////////////////////////////////////////////////////////////////// 38 38 39 DEFINE_EMPTY_CTOR_DTOR 39 DEFINE_EMPTY_CTOR_DTOR(AdditionsFacility) 40 40 41 41 HRESULT AdditionsFacility::FinalConstruct() … … 64 64 AssertReturn(autoInitSpan.isOk(), E_FAIL); 65 65 66 RTTimeNow 66 RTTimeNow(&mData.mLastUpdated); 67 67 mData.mStatus = enmStatus; 68 68 mData.mType = enmFacility; 69 /** @todo mClass is not initialized here. */ 69 70 70 71 /* Confirm a successful initialization when it's the case. */
Note:
See TracChangeset
for help on using the changeset viewer.