VirtualBox

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


Ignore:
Timestamp:
May 8, 2012 5:59:43 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77853
Message:

Main: move handleUnexpectedExceptions method to VirtualBoxBase

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

Legend:

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

    r40767 r41214  
    266266    static HRESULT setErrorStatic(HRESULT aResultCode, const char *pcsz, ...);
    267267    HRESULT setInvalidMachineStateError();
    268 
    269     static HRESULT handleUnexpectedExceptions(RT_SRC_POS_DECL);
    270268
    271269    static const char *convertControllerTypeToDev(StorageControllerType_T enmCtrlType);
  • trunk/src/VBox/Main/include/ParallelPortImpl.h

    r35638 r41214  
    66
    77/*
    8  * Copyright (C) 2006-2007 Oracle Corporation
     8 * Copyright (C) 2006-2012 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    8585};
    8686
    87 #endif // ____H_FLOPPYDRIVEIMPL
     87#endif // ____H_PARALLELPORTIMPL
    8888/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/SerialPortImpl.h

    r35638 r41214  
    77
    88/*
    9  * Copyright (C) 2006-2007 Oracle Corporation
     9 * Copyright (C) 2006-2012 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    9393};
    9494
    95 #endif // ____H_FLOPPYDRIVEIMPL
     95#endif // ____H_SERIALPORTIMPL
    9696/* vi: set tabstop=4 shiftwidth=4 expandtab: */
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r41187 r41214  
    758758    WriteLockHandle *stateLockHandle() { return &mStateLock; }
    759759
     760    static HRESULT handleUnexpectedExceptions(VirtualBoxBase *const aThis, RT_SRC_POS_DECL);
     761
    760762    static HRESULT setErrorInternal(HRESULT aResultCode,
    761763                                    const GUID &aIID,
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r41120 r41214  
    279279    static HRESULT ensureFilePathExists(const Utf8Str &strFileName, bool fCreate);
    280280
    281     static HRESULT handleUnexpectedExceptions(RT_SRC_POS_DECL);
    282 
    283281    const Utf8Str& settingsFilePath();
    284282
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