aboutsummaryrefslogtreecommitdiff
path: root/src/packet.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/packet.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 '')
-rw-r--r--src/packet.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/packet.cpp b/src/packet.cpp
deleted file mode 100644
index 6283ce5..0000000
--- a/src/packet.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
1#include "gats/packet.h"
2
3Gats::Packet::Packet()
4{
5}
6
7Gats::Packet::~Packet()
8{
9}
10