비트 딱 맞는지 리눅스에서도 확인할 것
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
namespace Chattr {
|
||||
class Session {
|
||||
public:
|
||||
Session();
|
||||
Session(Chattr::TCPSocket __sock);
|
||||
~Session();
|
||||
|
||||
bool init();
|
||||
void init(Chattr::TCPSocket __sock);
|
||||
void destruct();
|
||||
|
||||
int send();
|
||||
|
||||
Reference in New Issue
Block a user