genericopenlibs/openenvcore/libc/test/testsocket/src/tsocketserver.cpp
branchRCL_3
changeset 64 c44f36bb61a3
parent 57 2efc27d87e1c
child 75 254b651f304e
equal deleted inserted replaced
60:82ca0c6a68ed 64:c44f36bb61a3
   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 	    }
   458 	
   462 	
   459 	return testStep;
   463 	return testStep;
   460 	}
   464 	}