Changeset 23223 in vbox for trunk/include/VBox/com/VirtualBoxErrorInfo.h
- Timestamp:
- Sep 22, 2009 3:50:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/VirtualBoxErrorInfo.h
r22173 r23223 7 7 8 8 /* 9 * Copyright (C) 2008 Sun Microsystems, Inc.9 * Copyright (C) 2008-2009 Sun Microsystems, Inc. 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 56 56 */ 57 57 class ATL_NO_VTABLE VirtualBoxErrorInfo 58 #if !defined (VBOX_WITH_XPCOM)59 58 : public CComObjectRootEx <CComMultiThreadModel> 60 #else61 : public CComObjectRootEx62 #endif63 59 , public IVirtualBoxErrorInfo 64 60 { … … 73 69 COM_INTERFACE_ENTRY (IVirtualBoxErrorInfo) 74 70 END_COM_MAP() 75 76 NS_DECL_ISUPPORTS77 71 78 72 VirtualBoxErrorInfo() : mResultCode (S_OK) {} … … 127 121 */ 128 122 class ATL_NO_VTABLE VirtualBoxErrorInfoGlue 129 #if !defined (VBOX_WITH_XPCOM)130 123 : public CComObjectRootEx <CComMultiThreadModel> 131 #else132 : public CComObjectRootEx133 #endif134 124 , public IVirtualBoxErrorInfo 135 125 { … … 144 134 COM_INTERFACE_ENTRY (IVirtualBoxErrorInfo) 145 135 END_COM_MAP() 146 147 NS_DECL_ISUPPORTS148 136 149 137 VirtualBoxErrorInfoGlue() {}
Note:
See TracChangeset
for help on using the changeset viewer.