Socket::select and SocketReactor improvements

This commit is contained in:
Guenter Obiltschnig
2008-09-21 18:36:40 +00:00
parent 9b636a3fbd
commit 8e58146848
8 changed files with 127 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
//
// SocketTest.h
//
// $Id: //poco/svn/Net/testsuite/src/SocketTest.h#2 $
// $Id: //poco/1.3/Net/testsuite/src/SocketTest.h#2 $
//
// Definition of the SocketTest class.
//
@@ -59,6 +59,7 @@ public:
void testOptions();
void testSelect();
void testSelect2();
void testSelect3();
void setUp();
void tearDown();