diff -r 09fa7c3c5079 -r a117ad66e027 genericopenlibs/openenvcore/libc/test/testsocket/inc/tsocket.h --- 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