From 1b797548dff7e2475826ba29a71c3f496008988f Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 14 Aug 2010 07:12:29 +0000 Subject: libgats gets it's own repo. The rest of the history is in my misc repo. --- src/packet.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/packet.cpp (limited to 'src/packet.cpp') diff --git a/src/packet.cpp b/src/packet.cpp new file mode 100644 index 0000000..6283ce5 --- /dev/null +++ b/src/packet.cpp @@ -0,0 +1,10 @@ +#include "gats/packet.h" + +Gats::Packet::Packet() +{ +} + +Gats::Packet::~Packet() +{ +} + -- cgit v1.2.3