genericopenlibs/openenvcore/libc/test/testsocket/inc/tsocket.h
changeset 63 a117ad66e027
parent 0 e4d67989cc36
child 75 254b651f304e
--- a/genericopenlibs/openenvcore/libc/test/testsocket/inc/tsocket.h	Thu Sep 02 22:16:05 2010 +0300
+++ b/genericopenlibs/openenvcore/libc/test/testsocket/inc/tsocket.h	Fri Sep 17 08:38:54 2010 +0300
@@ -135,6 +135,7 @@
 _LIT(KTestSockIoctl, "TestSockIoctl");
 _LIT(KSockErrnoTest, "SockErrnoTest");
 _LIT(KSockSendOnClosedConn,"SockSendOnClosedConn");
+_LIT(KSockWriteOnClosedConn,"SockWriteOnClosedConn");
 class CTestSocket : public CTestStep
 	{
 public:
@@ -232,5 +233,6 @@
 	TInt close_socket(int fd);
 	TInt SockErrnoTest();
 	TInt SockSendOnClosedConn();
+	TInt SockWriteOnClosedConn();
 	};
 #endif