VirtualBox

Changeset 28205 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 12, 2010 1:39:18 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59945
Message:

Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted for consistency, clean up wording and other minor issues

Location:
trunk/src/VBox/Main/include
Files:
4 edited

Legend:

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

    r27797 r28205  
    141141            if (mObj && SUCCEEDED(mRC))
    142142                release();
     143            else if (!mObj)
     144            {
     145                /* Fix up the success state when nothing is attached. Otherwise
     146                 * there are a couple of assertion which would trigger. */
     147                mRC = E_FAIL;
     148            }
    143149            mObj = aObj;
    144150            add();
  • trunk/src/VBox/Main/include/Global.h

    r27820 r28205  
    77
    88/*
    9  * Copyright (C) 2008 Sun Microsystems, Inc.
     9 * Copyright (C) 2008-2010 Sun Microsystems, Inc.
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    113113     * Returns @c true if the given machine state is a transient state. This is
    114114     * a recommended way to detect if the VM is performing some potentially
    115      * lengthy operation (such as starting, stopping, saving, discarding
     115     * lengthy operation (such as starting, stopping, saving, deleting
    116116     * snapshot, etc.). Note some (but not all) transitional states are also
    117117     * online states (see #IsOnline()).
  • trunk/src/VBox/Main/include/Performance.h

    r28058 r28205  
    356356        SubMetric *mUsed;
    357357        SubMetric *mAvailable;
    358         SubMetric *mAllocVMM; 
    359         SubMetric *mFreeVMM; 
     358        SubMetric *mAllocVMM;
     359        SubMetric *mFreeVMM;
    360360        SubMetric *mBalloonVMM;
    361361    };
  • trunk/src/VBox/Main/include/VirtualBoxCallbackImpl.h

    r26782 r28205  
    11/*
    2  * Copyright (C) 2009 Sun Microsystems, Inc.
     2 * Copyright (C) 2009-2010 Sun Microsystems, Inc.
    33 *
    44 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    5656    // public initializers/uninitializers only for internal purposes
    5757    HRESULT init();
    58     void uninit (bool aFinalRelease);
     58    void uninit(bool aFinalRelease);
    5959
    6060    // ILocalOwner methods
     
    6767                                    BSTR *error, BOOL *changeAllowed);
    6868    STDMETHOD(OnExtraDataChange)(IN_BSTR machineId, IN_BSTR key, IN_BSTR value);
    69     STDMETHOD(OnMediumRegistered) (IN_BSTR mediaId, DeviceType_T mediaType,
    70                                    BOOL registered);
     69    STDMETHOD(OnMediumRegistered)(IN_BSTR mediaId, DeviceType_T mediaType,
     70                                  BOOL registered);
    7171    STDMETHOD(OnMachineRegistered)(IN_BSTR machineId, BOOL registered);
    7272    STDMETHOD(OnSessionStateChange)(IN_BSTR machineId, SessionState_T state);
    73     STDMETHOD(OnSnapshotTaken) (IN_BSTR aMachineId, IN_BSTR aSnapshotId);
    74     STDMETHOD(OnSnapshotDiscarded) (IN_BSTR aMachineId, IN_BSTR aSnapshotId);
    75     STDMETHOD(OnSnapshotChange) (IN_BSTR aMachineId, IN_BSTR aSnapshotId);
     73    STDMETHOD(OnSnapshotTaken)(IN_BSTR aMachineId, IN_BSTR aSnapshotId);
     74    STDMETHOD(OnSnapshotDeleted)(IN_BSTR aMachineId, IN_BSTR aSnapshotId);
     75    STDMETHOD(OnSnapshotChange)(IN_BSTR aMachineId, IN_BSTR aSnapshotId);
    7676    STDMETHOD(OnGuestPropertyChange)(IN_BSTR machineId, IN_BSTR key, IN_BSTR value, IN_BSTR flags);
    7777
     
    8383    STDMETHOD(OnStateChange)(MachineState_T machineState);
    8484    STDMETHOD(OnAdditionsStateChange)();
    85     STDMETHOD(OnNetworkAdapterChange) (INetworkAdapter *aNetworkAdapter);
    86     STDMETHOD(OnSerialPortChange) (ISerialPort *aSerialPort);
    87     STDMETHOD(OnParallelPortChange) (IParallelPort *aParallelPort);
     85    STDMETHOD(OnNetworkAdapterChange)(INetworkAdapter *aNetworkAdapter);
     86    STDMETHOD(OnSerialPortChange)(ISerialPort *aSerialPort);
     87    STDMETHOD(OnParallelPortChange)(IParallelPort *aParallelPort);
    8888    STDMETHOD(OnVRDPServerChange)();
    8989    STDMETHOD(OnRemoteDisplayInfoChange)();
    9090    STDMETHOD(OnUSBControllerChange)();
    91     STDMETHOD(OnUSBDeviceStateChange) (IUSBDevice *aDevice, BOOL aAttached,
     91    STDMETHOD(OnUSBDeviceStateChange)(IUSBDevice *aDevice, BOOL aAttached,
    9292                                       IVirtualBoxErrorInfo *aError);
    93     STDMETHOD(OnSharedFolderChange) (Scope_T aScope);
    94     STDMETHOD(OnStorageControllerChange) ();
     93    STDMETHOD(OnSharedFolderChange)(Scope_T aScope);
     94    STDMETHOD(OnStorageControllerChange)();
    9595    STDMETHOD(OnMediumChange)(IMediumAttachment *iMediumAttachment);
    9696    STDMETHOD(OnCPUChange)(ULONG aCPU, BOOL aRemove);
    9797    STDMETHOD(OnRuntimeError)(BOOL fFatal, IN_BSTR id, IN_BSTR message);
    9898    STDMETHOD(OnCanShowWindow)(BOOL *canShow);
    99     STDMETHOD(OnShowWindow) (ULONG64 *winId);
     99    STDMETHOD(OnShowWindow)(ULONG64 *winId);
    100100
    101101    // for VirtualBoxSupportErrorInfoImpl
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