Changeset 31217 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 29, 2010 3:00:29 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64225
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r30778 r31217 80 80 #endif 81 81 STDMETHOD(COMGETTER(AdditionsActive)) (BOOL *aAdditionsActive); 82 #if 0 83 /** @todo Will replace AdditionsVersion to be more clear. */ 84 STDMETHOD(COMGETTER(AdditionsAPIVersion)) (BSTR *aAdditionsVersion); 85 #endif 86 STDMETHOD(COMGETTER(AdditionsVersion)) (BSTR *aAdditionsVersion); 82 STDMETHOD(COMGETTER(AdditionsInterfaceVersion)) (BSTR *aVersion); 83 STDMETHOD(COMGETTER(AdditionsVBoxVersion)) (BSTR *aVersion); 87 84 /** @todo Remove */ 88 85 STDMETHOD(COMGETTER(SupportsSeamless)) (BOOL *aSupportsSeamless); … … 175 172 BOOL mAdditionsActive; 176 173 Bstr mAdditionsVersion; 174 Bstr mInterfaceVersion; 177 175 BOOL mSupportsSeamless; 178 176 BOOL mSupportsGraphics;
Note:
See TracChangeset
for help on using the changeset viewer.