aboutsummaryrefslogtreecommitdiff
path: root/daemon/OlySocket.h
diff options
context:
space:
mode:
authorDrew Richardson <drew.richardson@arm.com>2011-11-29 12:00:00 -0800
committerDrew Richardson <drew.richardson@arm.com>2014-12-19 15:22:16 -0800
commit689b7539711ab098911503808cc3e24307d9bcf7 (patch)
treeeded88dc8c354b94a0b930d3c44f9da2348a4ace /daemon/OlySocket.h
parent24395bff3db9e12e6f406ad783ecc9bcde626253 (diff)
gator: Version 5.85.8
Signed-off-by: Drew Richardson <drew.richardson@arm.com>
Diffstat (limited to 'daemon/OlySocket.h')
-rw-r--r--daemon/OlySocket.h2
1 files changed, 1 insertions, 1 deletions
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);
};