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/packet.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 '')
-rw-r--r-- | src/packet.cpp | 10 |
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 | |||
3 | Gats::Packet::Packet() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Gats::Packet::~Packet() | ||
8 | { | ||
9 | } | ||
10 | |||