Changeset 69729 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 17, 2017 7:55:33 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119120
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r69500 r69729 59 59 } 60 60 61 62 #if defined(VBOX_WITH_SDS_PLAN_B) && !defined(VBOX_WITH_XPCOM) 63 class VirtualBoxClassFactory; /* See ../src-server/win/svcmain.cpp */ 64 #endif 65 66 61 67 class ATL_NO_VTABLE VirtualBox : 62 68 public VirtualBoxWrap … … 74 80 friend class CallbackEvent; 75 81 82 #ifndef VBOX_WITH_XPCOM 83 # ifdef VBOX_WITH_SDS_PLAN_B 84 DECLARE_CLASSFACTORY_EX(VirtualBoxClassFactory) 85 # else 76 86 DECLARE_CLASSFACTORY_SINGLETON(VirtualBox) 87 # endif 88 #endif 77 89 78 90 // Do not use any ATL registry support. -
trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h
r69500 r69729 110 110 HRESULT getVirtualBox(ComPtr<IVirtualBox> &aVirtualBox, ComPtr<IToken> &aToken); 111 111 112 /* SDS plan B interfaces: */ 113 HRESULT registerVBoxSVC(const ComPtr<IVBoxSVC> &aVBoxSVC, LONG aPid, ComPtr<IUnknown> &aExistingVirtualBox); 114 HRESULT deregisterVBoxSVC(const ComPtr<IVBoxSVC> &aVBoxSVC, LONG aPid); 115 112 116 // Wrapped IVirtualBoxSDS methods 113 117
Note:
See TracChangeset
for help on using the changeset viewer.