- Timestamp:
- Feb 8, 2011 9:25:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r35887 r35891 2059 2059 /** @todo Add a makeFacilityStatusStr() to translate facility states into a human readable string! */ 2060 2060 AdditionsFacilityStatus faStatus; 2061 LONG LONGlLastUpdatedMS = 0;2061 LONG64 lLastUpdatedMS = 0; 2062 2062 char szLastUpdated[32]; 2063 2063 rc = guest->GetFacilityStatus(AdditionsFacilityType_VBoxGuestDriver, &lLastUpdatedMS, &faStatus);
Note:
See TracChangeset
for help on using the changeset viewer.