mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-01 23:07:48 +00:00
chore(Core/Shared): restyle shared lib with astyle (#3462)
This commit is contained in:
@@ -35,17 +35,17 @@ public:
|
||||
virtual ~RealmSocket(void);
|
||||
|
||||
size_t recv_len(void) const;
|
||||
bool recv_soft(char *buf, size_t len);
|
||||
bool recv(char *buf, size_t len);
|
||||
bool recv_soft(char* buf, size_t len);
|
||||
bool recv(char* buf, size_t len);
|
||||
void recv_skip(size_t len);
|
||||
|
||||
bool send(const char *buf, size_t len);
|
||||
bool send(const char* buf, size_t len);
|
||||
|
||||
const std::string& getRemoteAddress(void) const;
|
||||
|
||||
uint16 getRemotePort(void) const;
|
||||
|
||||
virtual int open(void *);
|
||||
virtual int open(void*);
|
||||
|
||||
virtual int close(u_long);
|
||||
|
||||
@@ -57,7 +57,7 @@ public:
|
||||
void set_session(Session* session);
|
||||
|
||||
private:
|
||||
ssize_t noblk_send(ACE_Message_Block &message_block);
|
||||
ssize_t noblk_send(ACE_Message_Block& message_block);
|
||||
|
||||
ACE_Message_Block input_buffer_;
|
||||
Session* session_;
|
||||
|
||||
Reference in New Issue
Block a user