Changeset 67793 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 5, 2017 11:42:33 AM (7 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r62485 r67793 83 83 * @{ */ 84 84 void i_enableVMMStatistics(BOOL aEnable) { mCollectVMMStats = aEnable; }; 85 void i_setAdditionsInfo(co m::Utf8StraInterfaceVersion, VBOXOSTYPE aOsType);85 void i_setAdditionsInfo(const com::Utf8Str &aInterfaceVersion, VBOXOSTYPE aOsType); 86 86 void i_setAdditionsInfo2(uint32_t a_uFullVersion, const char *a_pszName, uint32_t a_uRevision, uint32_t a_fFeatures); 87 87 bool i_facilityIsActive(VBoxGuestFacilityType enmFacility); -
trunk/src/VBox/Main/include/GuestOSTypeImpl.h
r66938 r67793 17 17 */ 18 18 19 // static int i_vrdpServerVerifyPortsString(com::Utf8Str portRange);20 19 #ifndef ____H_GUESTOSTYPEIMPL 21 20 #define ____H_GUESTOSTYPEIMPL
Note:
See TracChangeset
for help on using the changeset viewer.