genericopenlibs/openenvcore/libc/test/testifioctls/src/tifioctlsserver.cpp
branchRCL_3
changeset 75 254b651f304e
parent 64 c44f36bb61a3
equal deleted inserted replaced
64:c44f36bb61a3 75:254b651f304e
   200 		}
   200 		}
   201 	if(aStepName == KTestioctl1)
   201 	if(aStepName == KTestioctl1)
   202 		{
   202 		{
   203 		testStep = new CTestIfioctls(aStepName);
   203 		testStep = new CTestIfioctls(aStepName);
   204 		}
   204 		}
   205 	if(aStepName == KTestioctlGetIfIpAddr)
       
   206 	    {
       
   207 	    testStep = new CTestIfioctls(aStepName);
       
   208 	    }
       
   209 	if(aStepName == KTestioctlGetIfAttributes)
       
   210 	    {
       
   211 	    testStep = new CTestIfioctls(aStepName);
       
   212 	    }
       
   213 	if(aStepName == KTestioctlSetIfAttributes)
       
   214 	    {
       
   215 	    testStep = new CTestIfioctls(aStepName);
       
   216 	    }
       
   217 	if(aStepName == KTestioctlSetIfDNSSuffix)
       
   218 	    {
       
   219 	    testStep = new CTestIfioctls(aStepName);
       
   220 	    }
       
   221 	if(aStepName == KTestioctlGetIfDNSSuffix)
       
   222 	    {
       
   223 	    testStep = new CTestIfioctls(aStepName);
       
   224 	    }
       
   225    if(aStepName == KTestRouteIoctl)
       
   226         {
       
   227         testStep = new CTestIfioctls(aStepName);
       
   228         }
       
   229    if(aStepName == KTestNumberOfRoutesIoctl)
       
   230         {
       
   231         testStep = new CTestIfioctls(aStepName);
       
   232         }
       
   233    if(aStepName == KTestSetNameServers)
       
   234         {
       
   235         testStep = new CTestIfioctls(aStepName);
       
   236         }
       
   237    if(aStepName == KTestGetNameServers)
       
   238         {
       
   239         testStep = new CTestIfioctls(aStepName);
       
   240         }
       
   241 	return testStep;
   205 	return testStep;
   242 	}
   206 	}
   243 
   207