[complement-svn] SF.net SVN: complement: [1893] branches/complement-sockios/explore
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2008-06-10 05:12:43
|
Revision: 1893 http://complement.svn.sourceforge.net/complement/?rev=1893&view=rev Author: complement Date: 2008-06-09 22:12:41 -0700 (Mon, 09 Jun 2008) Log Message: ----------- merge with local changes; nothing significant Modified Paths: -------------- branches/complement-sockios/explore/include/sockios/sp.cc branches/complement-sockios/explore/include/sockios/sp.h branches/complement-sockios/explore/lib/sockios/ut/sockios2_test.cc branches/complement-sockios/explore/lib/sockios/ut/sockios_test_suite.cc Modified: branches/complement-sockios/explore/include/sockios/sp.cc =================================================================== --- branches/complement-sockios/explore/include/sockios/sp.cc 2008-06-09 18:31:16 UTC (rev 1892) +++ branches/complement-sockios/explore/include/sockios/sp.cc 2008-06-10 05:12:41 UTC (rev 1893) @@ -1,4 +1,4 @@ -// -*- C++ -*- Time-stamp: <08/06/09 22:13:05 yeti> +// -*- C++ -*- Time-stamp: <08/06/09 23:51:34 ptr> /* * Copyright (c) 2008 Modified: branches/complement-sockios/explore/include/sockios/sp.h =================================================================== --- branches/complement-sockios/explore/include/sockios/sp.h 2008-06-09 18:31:16 UTC (rev 1892) +++ branches/complement-sockios/explore/include/sockios/sp.h 2008-06-10 05:12:41 UTC (rev 1893) @@ -1,4 +1,4 @@ -// -*- C++ -*- Time-stamp: <08/06/09 22:17:26 yeti> +// -*- C++ -*- Time-stamp: <08/06/10 00:01:15 ptr> /* * Copyright (c) 2008 @@ -596,7 +596,7 @@ sockstream_t* s; sockbuf_t* b; } s; - socks_processor_t *p; + socks_processor_t* p; }; struct ctl Modified: branches/complement-sockios/explore/lib/sockios/ut/sockios2_test.cc =================================================================== --- branches/complement-sockios/explore/lib/sockios/ut/sockios2_test.cc 2008-06-09 18:31:16 UTC (rev 1892) +++ branches/complement-sockios/explore/lib/sockios/ut/sockios2_test.cc 2008-06-10 05:12:41 UTC (rev 1893) @@ -1,4 +1,4 @@ -// -*- C++ -*- Time-stamp: <08/06/09 20:40:57 yeti> +// -*- C++ -*- Time-stamp: <08/06/09 23:49:35 ptr> /* * Modified: branches/complement-sockios/explore/lib/sockios/ut/sockios_test_suite.cc =================================================================== --- branches/complement-sockios/explore/lib/sockios/ut/sockios_test_suite.cc 2008-06-09 18:31:16 UTC (rev 1892) +++ branches/complement-sockios/explore/lib/sockios/ut/sockios_test_suite.cc 2008-06-10 05:12:41 UTC (rev 1893) @@ -1,4 +1,4 @@ -// -*- C++ -*- Time-stamp: <08/06/09 20:28:59 yeti> +// -*- C++ -*- Time-stamp: <08/06/10 00:41:49 ptr> /* * @@ -80,12 +80,12 @@ sockios2_test test2; - t.add( &sockios2_test::read0, test2, "sockios2_test::read0", - t.add( &sockios2_test::srv_sigpipe, test2, "sockios2_test::srv_sigpipe", - t.add( &sockios2_test::fork, test2, "sockios2_test::fork", - t.add( &sockios2_test::processor_core, test2, "sockios2_test::processor_core", +// t.add( &sockios2_test::read0, test2, "sockios2_test::read0", +// t.add( &sockios2_test::srv_sigpipe, test2, "sockios2_test::srv_sigpipe", +// t.add( &sockios2_test::fork, test2, "sockios2_test::fork", +// t.add( &sockios2_test::processor_core, test2, "sockios2_test::processor_core", t.add( &sockios2_test::connect_disconnect, test2, "sockios2_test::connect_disconnect", - t.add( &sockios2_test::srv_core, test2, "sockios2_test::srv_core" ) ) ) ) ) ); + t.add( &sockios2_test::srv_core, test2, "sockios2_test::srv_core" ) );// ) ) ) ); return t.girdle(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |