diff -r 1697cc2ba93d -r a800ea6cb454 networkprotocols/dnsproxy/test/src/t_dnsproxymain.cpp --- a/networkprotocols/dnsproxy/test/src/t_dnsproxymain.cpp Thu Sep 23 17:23:35 2010 +0530 +++ b/networkprotocols/dnsproxy/test/src/t_dnsproxymain.cpp Tue Oct 12 16:22:59 2010 +0530 @@ -242,13 +242,8 @@ } iUseNapt = ETrue; -#ifdef SIROCCO_CODE_MIGRATION _LIT(KInterfaceName,"wlan"); _LIT(KInterfaceName2,"wlan"); -#else - _LIT(KInterfaceName,"eth"); - _LIT(KInterfaceName2,"eth"); -#endif RSocket sock; sock.Open(iSs,KAfInet, KSockDatagram, KProtocolInetUdp); @@ -779,13 +774,8 @@ } iUseNapt = ETrue; -#ifdef SIROCCO_CODE_MIGRATION _LIT(KInterfaceName,"wlan"); _LIT(KInterfaceName2,"wlan"); -#else - _LIT(KInterfaceName,"eth"); - _LIT(KInterfaceName2,"eth"); -#endif RSocket sock; sock.Open(iSs,KAfInet, KSockDatagram, KProtocolInetUdp);