Refactor Client & Socket
[platform/core/appfw/aul-1.git] / aul / socket / client.hh
index 27a3eb4..5f9a2c4 100644 (file)
@@ -24,8 +24,7 @@ namespace aul {
 
 class Client : public Socket {
  public:
-  Client(std::string path);
-
+  Client(std::string path, int timesec = 5);
   int Send(const Packet& packet);
   int Recv(Packet& packet);
 };