summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServer.cpp
blob: d61da399bbc856881fbb7cf137ed24ba9b91c3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "CommLayerServer.h"
#include "CrashWatcher.h"

CCommLayerServer::CCommLayerServer()
{
    m_init_error = 0;
}

CCommLayerServer::~CCommLayerServer()
{
}