aboutsummaryrefslogtreecommitdiff
path: root/src/protocolgats.cpp
blob: fbb25a5f1615f41d853ea3b432c1465d2976f487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "gats/protocolgats.h"

Gats::ProtocolGats::ProtocolGats()
{
}

Gats::ProtocolGats::~ProtocolGats()
{
}

void Gats::ProtocolGats::onNewData( Bu::Client *pClient )
{
}