summaryrefslogtreecommitdiff
path: root/src/interfacegats.h
blob: b04abb35edb6b29d3703966ec86bc88d96ed9dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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