mirror of
https://github.com/rajkosto/mxoemu
synced 2026-08-14 02:26:05 -04:00
11 lines
107 B
C++
11 lines
107 B
C++
|
|
#include "AuthHandler.h"
|
||
|
|
|
||
|
|
AuthHandler::AuthHandler()
|
||
|
|
:SocketHandler()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
AuthHandler::~AuthHandler()
|
||
|
|
{
|
||
|
|
}
|