summaryrefslogtreecommitdiff
path: root/includes/Socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Socket.h')
-rw-r--r--includes/Socket.h2
1 files changed, 1 insertions, 1 deletions
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<Socket> & io, void * opaque) = 0;