genericopenlibs/openenvcore/libc/test/testsocket/src/tsocketserver.cpp
changeset 63 a117ad66e027
parent 52 bf6a71c50e42
equal deleted inserted replaced
59:09fa7c3c5079 63:a117ad66e027
   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 	}