Changeset 31219 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 29, 2010 3:16:51 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64227
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r31217 r31219 80 80 #endif 81 81 STDMETHOD(COMGETTER(AdditionsActive)) (BOOL *aAdditionsActive); 82 STDMETHOD(COMGETTER(AdditionsInterfaceVersion)) (BSTR *aVersion); 83 STDMETHOD(COMGETTER(AdditionsVBoxVersion)) (BSTR *aVersion); 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); 84 87 /** @todo Remove */ 85 88 STDMETHOD(COMGETTER(SupportsSeamless)) (BOOL *aSupportsSeamless); … … 172 175 BOOL mAdditionsActive; 173 176 Bstr mAdditionsVersion; 174 Bstr mInterfaceVersion;175 177 BOOL mSupportsSeamless; 176 178 BOOL mSupportsGraphics;
Note:
See TracChangeset
for help on using the changeset viewer.