diff options
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 | |||
