Index: /trunk/src/VBox/NetworkServices/DHCP/Config.h
===================================================================
--- /trunk/src/VBox/NetworkServices/DHCP/Config.h	(revision 49563)
+++ /trunk/src/VBox/NetworkServices/DHCP/Config.h	(revision 49564)
@@ -503,8 +503,4 @@
     static NetworkManager *getNetworkManager();
 
-    int offer4Client(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);
-    int ack(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);
-    int nak(const Client& lease, uint32_t u32Xid);
-
     const RTNETADDRIPV4& getOurAddress() const;
     const RTNETADDRIPV4& getOurNetmask() const;
@@ -526,4 +522,8 @@
     NetworkManager();
     ~NetworkManager();
+
+    int offer4Client(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);
+    int ack(const Client& lease, uint32_t u32Xid, uint8_t *pu8ReqList, int cReqList);
+    int nak(const Client& lease, uint32_t u32Xid);
 
     int prepareReplyPacket4Client(const Client& client, uint32_t u32Xid);
Index: /trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp
===================================================================
--- /trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp	(revision 49563)
+++ /trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp	(revision 49564)
@@ -98,8 +98,4 @@
 protected:
     bool                handleDhcpMsg(uint8_t uMsgType, PCRTNETBOOTP pDhcpMsg, size_t cb);
-    bool                handleDhcpReqDiscover(PCRTNETBOOTP pDhcpMsg, size_t cb);
-    bool                handleDhcpReqRequest(PCRTNETBOOTP pDhcpMsg, size_t cb);
-    bool                handleDhcpReqDecline(PCRTNETBOOTP pDhcpMsg, size_t cb);
-    bool                handleDhcpReqRelease(PCRTNETBOOTP pDhcpMsg, size_t cb);
 
     void                debugPrintV(int32_t iMinLevel, bool fMsg,  const char *pszFmt, va_list va) const;
