summaryrefslogtreecommitdiff
path: root/src/interfacegats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfacegats.h')
-rw-r--r--src/interfacegats.h15
1 files changed, 15 insertions, 0 deletions
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 @@
1#ifndef INTERFACE_GATS_H
2#define INETRFACE_GATS_H
3
4#include "interface.h"
5
6class InterfaceGats : public Interface
7{
8public:
9 InterfaceGats();
10 virtual ~InterfaceGats();
11
12 virtual void display( const class SmlNode *pSml );
13};
14
15#endif