diff -r bb2423252ea3 -r c1029e558ef5 tcpiputils/dhcp/include/DHCPIP4Msg.h --- a/tcpiputils/dhcp/include/DHCPIP4Msg.h Wed Sep 15 13:53:10 2010 +0300 +++ b/tcpiputils/dhcp/include/DHCPIP4Msg.h Wed Oct 13 16:17:27 2010 +0300 @@ -114,7 +114,6 @@ EDHCPClientID = 61, EDHCPDNSUpdate = 81, EDHCPAuthentication = 90, - EDHCPDomainSearch = 119, EDHCPSIPServers = 120, #ifdef SYMBIAN_NETWORKING_DHCP_MSG_HEADERS EDHCPOptionOverload = 52, @@ -252,8 +251,6 @@ #endif // SYMBIAN_NETWORKING_DHCP_MSG_HEADERS protected: TUint32 GetValueBigEndian(TUint8 aOpCode) const; -public: - TInt CopyDomainSearchL(HBufC8*& aBuf8) const; //For retreiving option data value for DHCP option 119 from server's offer packet }; inline COptionList::COptionList(CItemBase* aNext) : CListItem(aNext, 0)