Changeset 35974 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 15, 2011 11:21:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r35973 r35974 76 76 #include <HostImpl.h> 77 77 #include <HostNetworkInterfaceImpl.h> 78 #include <AdditionsFacilityImpl.h>79 78 #include <GuestOSTypeImpl.h> 80 79 #include <NetworkAdapterImpl.h> … … 157 156 NS_DECL_CLASSINFO(DHCPServer) 158 157 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(DHCPServer, IDHCPServer) 159 160 NS_DECL_CLASSINFO(AdditionsFacility)161 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(AdditionsFacility, IAdditionsFacility)162 158 163 159 NS_DECL_CLASSINFO(GuestOSType)
Note:
See TracChangeset
for help on using the changeset viewer.