From 689b7539711ab098911503808cc3e24307d9bcf7 Mon Sep 17 00:00:00 2001 From: Drew Richardson Date: Tue, 29 Nov 2011 12:00:00 -0800 Subject: gator: Version 5.8 Signed-off-by: Drew Richardson --- daemon/OlySocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/OlySocket.h') diff --git a/daemon/OlySocket.h b/daemon/OlySocket.h index 5e110aa..9ba6ee8 100644 --- a/daemon/OlySocket.h +++ b/daemon/OlySocket.h @@ -30,7 +30,7 @@ public: private: char* strError; int mSocketID, fdServer; - // void createClientSocket(char* hostname, int port); + void createClientSocket(char* hostname, int port); void createSingleServerConnection(int port); void createServerSocket(int port); }; -- cgit v1.2.3