Changeset 18023 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Mar 17, 2009 1:48:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server.cpp
r17929 r18023 111 111 #include <ParallelPortImpl.h> 112 112 #include <USBControllerImpl.h> 113 #include "D hcpServerImpl.h"113 #include "DHCPServerImpl.h" 114 114 #ifdef VBOX_WITH_USB 115 115 # include <HostUSBDeviceImpl.h> … … 195 195 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(HostNetworkInterface, IHostNetworkInterface) 196 196 197 NS_DECL_CLASSINFO(D hcpServer)198 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(D hcpServer, IDhcpServer)197 NS_DECL_CLASSINFO(DHCPServer) 198 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(DHCPServer, IDHCPServer) 199 199 200 200 NS_DECL_CLASSINFO(GuestOSType)
Note:
See TracChangeset
for help on using the changeset viewer.