diff -r c44f36bb61a3 -r 254b651f304e genericopenlibs/openenvcore/libc/test/testifioctls/inc/tifioctls.h --- a/genericopenlibs/openenvcore/libc/test/testifioctls/inc/tifioctls.h Wed Sep 15 14:02:55 2010 +0300 +++ b/genericopenlibs/openenvcore/libc/test/testifioctls/inc/tifioctls.h Wed Oct 13 16:27:53 2010 +0300 @@ -43,15 +43,6 @@ _LIT(KTestMacAddressNegative1, "TestMacAddressNegative1"); _LIT(KTestioctlfile, "Testioctlfile"); _LIT(KTestioctl1, "Testioctl1"); -_LIT(KTestioctlGetIfIpAddr, "TestGetIfIPAddr"); -_LIT(KTestioctlGetIfAttributes, "TestGetIfAttributes"); -_LIT(KTestioctlSetIfAttributes, "TestSetIfAttributes"); -_LIT(KTestioctlSetIfDNSSuffix, "TestSetIfDNSSuffix"); -_LIT(KTestioctlGetIfDNSSuffix, "TestGetIfDNSSuffix"); -_LIT(KTestRouteIoctl, "TestRouteIoctl"); -_LIT(KTestNumberOfRoutesIoctl, "TestNumberOfRoutesIoctl"); -_LIT(KTestSetNameServers, "TestSetNameServers"); -_LIT(KTestGetNameServers, "TestGetNameServers"); class CTestIfioctls : public CTestStep @@ -84,20 +75,7 @@ TInt TestMacAddressNegative1(); TInt Testioctlfile(); TInt Testioctl1(); - TInt TestGetIfIPAddr(); - TInt GetIapName(char * aIapName,int len); - TInt StartIap(const char *aIapName, int &fd); - TInt TestGetIfAttributes(); - void printFlags(TInt flags); - TInt TestSetIfAttributes(); - void FreeDnsSuffixes(char ** suffixes); - TInt TestSetIfDNSSuffix(); - TInt TestGetIfDNSSuffix(); - TInt TestRouteIoctl(); - TInt TestNumberOfRoutesIoctl(); - TInt TestSetNameServers(); - TInt TestGetNameServers(); - + // util function void ReadStringParam(char* aString); public: