genericopenlibs/openenvcore/libc/test/testsocket/src/tsocketserver.cpp
branchRCL_3
changeset 75 254b651f304e
parent 64 c44f36bb61a3
equal deleted inserted replaced
64:c44f36bb61a3 75:254b651f304e
   453 			}
   453 			}
   454 	if(aStepName == KSockSendOnClosedConn )
   454 	if(aStepName == KSockSendOnClosedConn )
   455             {
   455             {
   456             testStep = new CTestSocket(aStepName);
   456             testStep = new CTestSocket(aStepName);
   457             }
   457             }
   458 	if(aStepName == KSockWriteOnClosedConn )
       
   459 	    {
       
   460         testStep = new CTestSocket(aStepName);
       
   461 	    }
       
   462 	
   458 	
   463 	return testStep;
   459 	return testStep;
   464 	}
   460 	}