From 18cb422d37084fed768518e89da6bb7ca5e8f040 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 9 Jan 2012 17:08:55 -0700 Subject: Interface plugins are almost done. At least, the basic console interface is almost done. --- src/interfacegats.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/interfacegats.h (limited to 'src/interfacegats.h') diff --git a/src/interfacegats.h b/src/interfacegats.h new file mode 100644 index 0000000..b04abb3 --- /dev/null +++ b/src/interfacegats.h @@ -0,0 +1,15 @@ +#ifndef INTERFACE_GATS_H +#define INETRFACE_GATS_H + +#include "interface.h" + +class InterfaceGats : public Interface +{ +public: + InterfaceGats(); + virtual ~InterfaceGats(); + + virtual void display( const class SmlNode *pSml ); +}; + +#endif -- cgit v1.2.3