genericopenlibs/openenvcore/libc/test/testsocket/inc/tsocket.h
changeset 63 a117ad66e027
parent 0 e4d67989cc36
child 75 254b651f304e
equal deleted inserted replaced
59:09fa7c3c5079 63:a117ad66e027
   133 _LIT(KTestNotify1, "TestNotify1");
   133 _LIT(KTestNotify1, "TestNotify1");
   134 _LIT(KTestSockFcntl, "TestSockFcntl");
   134 _LIT(KTestSockFcntl, "TestSockFcntl");
   135 _LIT(KTestSockIoctl, "TestSockIoctl");
   135 _LIT(KTestSockIoctl, "TestSockIoctl");
   136 _LIT(KSockErrnoTest, "SockErrnoTest");
   136 _LIT(KSockErrnoTest, "SockErrnoTest");
   137 _LIT(KSockSendOnClosedConn,"SockSendOnClosedConn");
   137 _LIT(KSockSendOnClosedConn,"SockSendOnClosedConn");
       
   138 _LIT(KSockWriteOnClosedConn,"SockWriteOnClosedConn");
   138 class CTestSocket : public CTestStep
   139 class CTestSocket : public CTestStep
   139 	{
   140 	{
   140 public:
   141 public:
   141 	~CTestSocket(); 
   142 	~CTestSocket(); 
   142 	CTestSocket(const TDesC& aStepName);
   143 	CTestSocket(const TDesC& aStepName);
   230 	TInt create_udp_socket(int port);
   231 	TInt create_udp_socket(int port);
   231 	TInt send_packet(int s);
   232 	TInt send_packet(int s);
   232 	TInt close_socket(int fd);
   233 	TInt close_socket(int fd);
   233 	TInt SockErrnoTest();
   234 	TInt SockErrnoTest();
   234 	TInt SockSendOnClosedConn();
   235 	TInt SockSendOnClosedConn();
       
   236 	TInt SockWriteOnClosedConn();
   235 	};
   237 	};
   236 #endif 
   238 #endif