From 74dd68ad611d15abf16a65c36a7cfd3f4492930a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 9 Nov 2012 16:25:22 +0000 Subject: Made the repo less libbu++-centric. --- src/protocolgats.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/protocolgats.h (limited to 'src/protocolgats.h') diff --git a/src/protocolgats.h b/src/protocolgats.h deleted file mode 100644 index 7ed58d4..0000000 --- a/src/protocolgats.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef GATS_PROTOCOL_GATS_H -#define GATS_PROTOCOL_GATS_H - -#include - -namespace Gats -{ - class Object; - class GatsStream; - - class ProtocolGats : public Bu::Protocol - { - public: - ProtocolGats(); - virtual ~ProtocolGats(); - - virtual void onNewConnection( Bu::Client *pClient ); - virtual void onNewData( Bu::Client *pClient ); - - virtual void onNewObject( Bu::Client *pClient, Gats::Object *pObj )=0; - - void writeObject( Gats::Object *pObj ); - - private: - Gats::GatsStream *pStream; - Bu::Client *pUsedClient; - }; -}; - -#endif -- cgit v1.2.3