mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -11,14 +11,13 @@
|
||||
#include "RealmSocket.h"
|
||||
#include "Log.h"
|
||||
|
||||
|
||||
RealmSocket::Session::Session() = default;
|
||||
|
||||
RealmSocket::Session::~Session() = default;
|
||||
|
||||
RealmSocket::RealmSocket() :
|
||||
input_buffer_(4096),
|
||||
_remoteAddress()
|
||||
input_buffer_(4096),
|
||||
_remoteAddress()
|
||||
{
|
||||
reference_counting_policy().value(ACE_Event_Handler::Reference_Counting_Policy::ENABLED);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user