[asycxx-devel] SF.net SVN: asycxx:[48] trunk/examples/echoserver/EchoServer.cxx
Status: Alpha
Brought to you by:
joe_steeve
|
From: <joe...@us...> - 2009-04-08 07:47:29
|
Revision: 48
http://asycxx.svn.sourceforge.net/asycxx/?rev=48&view=rev
Author: joe_steeve
Date: 2009-04-08 07:47:28 +0000 (Wed, 08 Apr 2009)
Log Message:
-----------
removed commented Timer related code
From: Joe Steeve <js...@hi...>
Modified Paths:
--------------
trunk/examples/echoserver/EchoServer.cxx
Modified: trunk/examples/echoserver/EchoServer.cxx
===================================================================
--- trunk/examples/echoserver/EchoServer.cxx 2009-04-08 07:46:47 UTC (rev 47)
+++ trunk/examples/echoserver/EchoServer.cxx 2009-04-08 07:47:28 UTC (rev 48)
@@ -15,7 +15,6 @@
#include <asycxx/Logger.h>
#include <asycxx/Error.h>
-// #include <asycxx/Timer.h>
#include <asycxx/SelectReactor.h>
#include <asycxx/StreamProtocol.h>
#include <asycxx/StreamProtocolFactory.h>
@@ -65,8 +64,6 @@
Log->EnableConsole();
reactor = new SelectReactor ();
-// Timer::Init (reactor);
-
EchoServerProtocolFactory echofactory (reactor);
TCPListener echolistener (reactor, &echofactory, (char *)"0.0.0.0",
10000);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|