Changeset 31436 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 6, 2010 11:39:39 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r31241 r31436 110 110 // Public methods that are not in IDL (only called internally). 111 111 void setAdditionsInfo(Bstr aInterfaceVersion, VBOXOSTYPE aOsType); 112 void setAdditionsInfo2(Bstr aAdditionsVersion, Bstr aVersionName );112 void setAdditionsInfo2(Bstr aAdditionsVersion, Bstr aVersionName, Bstr aRevision); 113 113 void setAdditionsStatus(VBoxGuestStatusFacility Facility, VBoxGuestStatusCurrent Status, ULONG ulFlags); 114 114 void setSupportedFeatures(ULONG64 ulCaps, ULONG64 ulActive); … … 172 172 BOOL mAdditionsActive; 173 173 Bstr mAdditionsVersion; 174 Bstr mInterfaceVersion; 174 175 BOOL mSupportsSeamless; 175 176 BOOL mSupportsGraphics;
Note:
See TracChangeset
for help on using the changeset viewer.