genericopenlibs/openenvcore/libc/test/testsocket/src/tsocketserver.cpp
changeset 66 38bdaa106551
parent 48 ab61c4cedc64
equal deleted inserted replaced
65:c4aad78f92f5 66:38bdaa106551
   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 	}