Changeset 37244 in vbox for trunk/src/VBox/Main/include/VirtualBoxImpl.h
- Timestamp:
- May 30, 2011 8:28:07 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r35903 r37244 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 104 104 STDMETHOD(COMGETTER(Revision)) (ULONG *aRevision); 105 105 STDMETHOD(COMGETTER(PackageType)) (BSTR *aPackageType); 106 STDMETHOD(COMGETTER(APIVersion)) (BSTR *aAPIVersion); 106 107 STDMETHOD(COMGETTER(HomeFolder)) (BSTR *aHomeFolder); 107 108 STDMETHOD(COMGETTER(SettingsFilePath)) (BSTR *aSettingsFilePath); … … 313 314 static ULONG sRevision; 314 315 static Bstr sPackageType; 316 static Bstr sAPIVersion; 315 317 316 318 static DECLCALLBACK(int) ClientWatcher (RTTHREAD thread, void *pvUser);
Note:
See TracChangeset
for help on using the changeset viewer.