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

Contents of /smsdaemon/plugins/WeatherPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 188 - (show annotations) (download)
Mon Dec 15 13:27:53 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 268 byte(s)
First version of a a weather plugin

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

  ViewVC Help
Powered by ViewVC 1.1.20