Changeset 12284 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 9, 2008 10:26:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r10595 r12284 117 117 /* IVirtualBox properties */ 118 118 STDMETHOD(COMGETTER(Version)) (BSTR *aVersion); 119 STDMETHOD(COMGETTER(Revision)) (ULONG *aRevision); 119 120 STDMETHOD(COMGETTER(PackageType)) (BSTR *aPackageType); 120 121 STDMETHOD(COMGETTER(HomeFolder)) (BSTR *aHomeFolder); … … 489 490 490 491 static Bstr sVersion; 492 static ULONG sRevision; 491 493 static Bstr sPackageType; 492 494 static Bstr sSettingsFormatVersion;
Note:
See TracChangeset
for help on using the changeset viewer.