aboutsummaryrefslogtreecommitdiff
path: root/src/protocolgats.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-08-21 04:38:31 +0000
committerMike Buland <eichlan@xagasoft.com>2010-08-21 04:38:31 +0000
commite23028eb568f7f541c2717b5b4fb2c4cf1e2a690 (patch)
treed693cd5f605bc05008466cda6ddc8a1323ecacb3 /src/protocolgats.cpp
parent11b5a91c5884d496744911f261ed6c2b053b9940 (diff)
downloadlibgats-e23028eb568f7f541c2717b5b4fb2c4cf1e2a690.tar.gz
libgats-e23028eb568f7f541c2717b5b4fb2c4cf1e2a690.tar.bz2
libgats-e23028eb568f7f541c2717b5b4fb2c4cf1e2a690.tar.xz
libgats-e23028eb568f7f541c2717b5b4fb2c4cf1e2a690.zip
Packet was silly, the protocol will be good, though.
Diffstat (limited to 'src/protocolgats.cpp')
-rw-r--r--src/protocolgats.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/protocolgats.cpp b/src/protocolgats.cpp
new file mode 100644
index 0000000..fbb25a5
--- /dev/null
+++ b/src/protocolgats.cpp
@@ -0,0 +1,14 @@
1#include "gats/protocolgats.h"
2
3Gats::ProtocolGats::ProtocolGats()
4{
5}
6
7Gats::ProtocolGats::~ProtocolGats()
8{
9}
10
11void Gats::ProtocolGats::onNewData( Bu::Client *pClient )
12{
13}
14