diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-08-21 04:38:31 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-08-21 04:38:31 +0000 |
commit | e23028eb568f7f541c2717b5b4fb2c4cf1e2a690 (patch) | |
tree | d693cd5f605bc05008466cda6ddc8a1323ecacb3 /src/protocolgats.cpp | |
parent | 11b5a91c5884d496744911f261ed6c2b053b9940 (diff) | |
download | libgats-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.cpp | 14 |
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 | |||
3 | Gats::ProtocolGats::ProtocolGats() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Gats::ProtocolGats::~ProtocolGats() | ||
8 | { | ||
9 | } | ||
10 | |||
11 | void Gats::ProtocolGats::onNewData( Bu::Client *pClient ) | ||
12 | { | ||
13 | } | ||
14 | |||