/[projects]/smsdaemon/plugins/EchoPlugin.h
ViewVC logotype

Contents of /smsdaemon/plugins/EchoPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (show annotations) (download)
Mon Jun 9 20:56:03 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 243 byte(s)
Restructured the plugins a little and implemented a spam plugin.


1 #ifndef __ECHOPLUGIN_H__
2 #define __ECHOPLUGIN_H__
3
4
5 #include "Plugin.h"
6
7
8 class EchoPlugin : public Plugin
9 {
10 public:
11 EchoPlugin();
12
13 virtual void Execute(GsmModem& modem, SMS& sms);
14
15 virtual ~EchoPlugin() {}
16
17 };
18
19
20 #endif // __ECHOPLUGIN_H__

  ViewVC Help
Powered by ViewVC 1.1.20