VirtualBox

Ignore:
Timestamp:
May 30, 2011 8:28:07 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71966
Message:

Main/VirtualBox: new method for querying the API version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r35903 r37244  
    55
    66/*
    7  * Copyright (C) 2006-2010 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    104104    STDMETHOD(COMGETTER(Revision))              (ULONG *aRevision);
    105105    STDMETHOD(COMGETTER(PackageType))           (BSTR *aPackageType);
     106    STDMETHOD(COMGETTER(APIVersion))            (BSTR *aAPIVersion);
    106107    STDMETHOD(COMGETTER(HomeFolder))            (BSTR *aHomeFolder);
    107108    STDMETHOD(COMGETTER(SettingsFilePath))      (BSTR *aSettingsFilePath);
     
    313314    static ULONG sRevision;
    314315    static Bstr sPackageType;
     316    static Bstr sAPIVersion;
    315317
    316318    static DECLCALLBACK(int) ClientWatcher (RTTHREAD thread, void *pvUser);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette