diff --git a/include/Sesson/Sesson.hpp b/include/Sesson/Sesson.hpp index 12501a6..2ae044e 100644 --- a/include/Sesson/Sesson.hpp +++ b/include/Sesson/Sesson.hpp @@ -3,10 +3,17 @@ namespace Chattr { class Sesson { public: + Sesson(); + ~Session(); + + bool init(); + void destruct(); + int send(); int recv(); private: - struct Chattr::TCPSocket sock; + struct std::vector sock; + struct std::vector sock; }; } \ No newline at end of file