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

Contents of /smsdaemon/plugins/TogPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (show annotations) (download)
Wed Jun 11 08:25:34 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 316 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 #ifndef __TOGPLUGIN_H__
2 #define __TOGPLUGIN_H__
3
4
5 #include "Plugin.h"
6
7
8 class TogPlugin : public Plugin
9 {
10 public:
11 TogPlugin();
12
13 virtual void Execute(IGsmModem& modem, SMS& sms);
14
15 std::string GetRealStationCode(std::string code, std::string& stationName);
16
17 virtual ~TogPlugin() {}
18
19 };
20
21
22 #endif // __TOGPLUGIN_H__

  ViewVC Help
Powered by ViewVC 1.1.20