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

Annotation of /smsdaemon/plugins/EchoPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (hide annotations) (download)
Wed Jun 11 08:25:34 2008 UTC (16 years ago) by torben
File MIME type: text/plain
File size: 244 byte(s)
Intermediate code sync.

TrainInfo.*
TogPlugin.*: plugin to get train departure info from bane.dk

SpamPlugin.*
ShellExecPlugin.*
EchoPlugin.*
Plugin.h
GsmModem.h: implemented IGsmModem in order to make offline Plugin testing easier.


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

  ViewVC Help
Powered by ViewVC 1.1.20