Changeset 56595 in vbox for trunk/src/VBox/Main/src-server/xpcom
- Timestamp:
- Jun 23, 2015 11:23:17 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r56587 r56595 100 100 NS_DECL_CI_INTERFACE_GETTER(VirtualBoxWrap) 101 101 102 // The declarations/implementations of the various XPCOM helper data structures103 // and functions have to be removed bit by bit, as the conversion to the104 // automatically generated wrappers makes them obsolete.105 106 /* implement nsISupports parts of our objects with support for nsIClassInfo */107 NS_DECL_CLASSINFO(SessionMachine)108 NS_IMPL_THREADSAFE_ISUPPORTS2_CI(SessionMachine, IMachine, IInternalMachineControl)109 110 NS_DECL_CLASSINFO(SnapshotMachine)111 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(SnapshotMachine, IMachine)112 113 NS_DECL_CLASSINFO(ProgressProxy)114 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ProgressProxy, IProgress)115 116 102 //////////////////////////////////////////////////////////////////////////////// 117 103
Note:
See TracChangeset
for help on using the changeset viewer.