From e23028eb568f7f541c2717b5b4fb2c4cf1e2a690 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 21 Aug 2010 04:38:31 +0000 Subject: Packet was silly, the protocol will be good, though. --- src/protocolgats.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/protocolgats.cpp (limited to 'src/protocolgats.cpp') 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 @@ +#include "gats/protocolgats.h" + +Gats::ProtocolGats::ProtocolGats() +{ +} + +Gats::ProtocolGats::~ProtocolGats() +{ +} + +void Gats::ProtocolGats::onNewData( Bu::Client *pClient ) +{ +} + -- cgit v1.2.3