Changeset 4314 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 23, 2007 2:15:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestImpl.h
r4071 r4314 56 56 STDMETHOD(COMGETTER(AdditionsVersion)) (BSTR *aAdditionsVersion); 57 57 STDMETHOD(COMGETTER(SupportsSeamless)) (BOOL *aSupportsSeamless); 58 STDMETHOD(COMGETTER(MemoryBalloonSize)) (ULONG *aMemoryBalloonSize); 59 STDMETHOD(COMSETTER(MemoryBalloonSize)) (ULONG aMemoryBalloonSize); 58 60 59 61 // IGuest methods … … 75 77 Data() : mAdditionsActive (FALSE), mSupportsSeamless (FALSE) {} 76 78 77 Bstr mOSTypeId;78 BOOL mAdditionsActive;79 Bstr mAdditionsVersion;80 BOOL mSupportsSeamless;79 Bstr mOSTypeId; 80 BOOL mAdditionsActive; 81 Bstr mAdditionsVersion; 82 BOOL mSupportsSeamless; 81 83 }; 84 85 ULONG mMemoryBalloonSize; 82 86 83 87 ComObjPtr <Console, ComWeakRef> mParent;
Note:
See TracChangeset
for help on using the changeset viewer.