From 03e0fb206d3f5709868f03bc7a401cb666c38ffb Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 15 Oct 2007 21:03:30 +0000 Subject: InspTimer -> Timer git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8205 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_httpd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_httpd.cpp') diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index dc8a8c8a8..b89260831 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -36,7 +36,7 @@ class HttpServerSocket; /** This class is used to handle HTTP socket timeouts */ -class HttpServerTimeout : public InspTimer +class HttpServerTimeout : public Timer { private: /** HttpServerSocket we are attached to @@ -422,7 +422,7 @@ class HttpServerSocket : public InspSocket } }; -HttpServerTimeout::HttpServerTimeout(HttpServerSocket* sock, SocketEngine* engine) : InspTimer(15, time(NULL), true), s(sock), SE(engine) +HttpServerTimeout::HttpServerTimeout(HttpServerSocket* sock, SocketEngine* engine) : Timer(15, time(NULL), true), s(sock), SE(engine) { } -- cgit v1.3.1-10-gc9f91