VirtualBox

Ignore:
Timestamp:
Sep 22, 2009 3:50:03 PM (15 years ago)
Author:
vboxsync
Message:

API: big medium handling change and lots of assorted other cleanups and fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/VirtualBoxErrorInfo.h

    r22173 r23223  
    77
    88/*
    9  * Copyright (C) 2008 Sun Microsystems, Inc.
     9 * Copyright (C) 2008-2009 Sun Microsystems, Inc.
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    5656 */
    5757class ATL_NO_VTABLE VirtualBoxErrorInfo
    58 #if !defined (VBOX_WITH_XPCOM)
    5958    : public CComObjectRootEx <CComMultiThreadModel>
    60 #else
    61     : public CComObjectRootEx
    62 #endif
    6359    , public IVirtualBoxErrorInfo
    6460{
     
    7369        COM_INTERFACE_ENTRY (IVirtualBoxErrorInfo)
    7470    END_COM_MAP()
    75 
    76     NS_DECL_ISUPPORTS
    7771
    7872    VirtualBoxErrorInfo() : mResultCode (S_OK) {}
     
    127121 */
    128122class ATL_NO_VTABLE VirtualBoxErrorInfoGlue
    129 #if !defined (VBOX_WITH_XPCOM)
    130123    : public CComObjectRootEx <CComMultiThreadModel>
    131 #else
    132     : public CComObjectRootEx
    133 #endif
    134124    , public IVirtualBoxErrorInfo
    135125{
     
    144134        COM_INTERFACE_ENTRY (IVirtualBoxErrorInfo)
    145135    END_COM_MAP()
    146 
    147     NS_DECL_ISUPPORTS
    148136
    149137    VirtualBoxErrorInfoGlue() {}
Note: See TracChangeset for help on using the changeset viewer.

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