From 1fdf750ee66ee9e4e872d2810e9ca3bcfa2d555e Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 1 Apr 2012 07:18:00 -0700 Subject: More code cleanup. --- includes/Socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/Socket.h') diff --git a/includes/Socket.h b/includes/Socket.h index 77e1165..4a73277 100644 --- a/includes/Socket.h +++ b/includes/Socket.h @@ -61,7 +61,7 @@ class ListenerBase : public Task { public: virtual void Do(); void stop(); - virtual const char * getName(); + virtual const char * getName() const; protected: ListenerBase(int port, const char * local, void * opaque); virtual void factory(IO & io, void * opaque) = 0; -- cgit v1.2.3