genericopenlibs/openenvcore/libc/test/testsocket/inc/tsocket.h
branchRCL_3
changeset 75 254b651f304e
parent 64 c44f36bb61a3
--- a/genericopenlibs/openenvcore/libc/test/testsocket/inc/tsocket.h	Wed Sep 15 14:02:55 2010 +0300
+++ b/genericopenlibs/openenvcore/libc/test/testsocket/inc/tsocket.h	Wed Oct 13 16:27:53 2010 +0300
@@ -135,7 +135,6 @@
 _LIT(KTestSockIoctl, "TestSockIoctl");
 _LIT(KSockErrnoTest, "SockErrnoTest");
 _LIT(KSockSendOnClosedConn,"SockSendOnClosedConn");
-_LIT(KSockWriteOnClosedConn,"SockWriteOnClosedConn");
 class CTestSocket : public CTestStep
 	{
 public:
@@ -233,6 +232,5 @@
 	TInt close_socket(int fd);
 	TInt SockErrnoTest();
 	TInt SockSendOnClosedConn();
-	TInt SockWriteOnClosedConn();
 	};
 #endif