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

Annotation of /smsdaemon/plugins/UrlTriggerPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 205 - (hide annotations) (download)
Fri Dec 19 22:29:25 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 366 byte(s)
Enable selection and configuration of loaded plugins to be specified in the configuration file

1 torben 193 #ifndef __URLTRIGGERPLUGIN_H__
2     #define __URLTRIGGERPLUGIN_H__
3    
4    
5     #include "Plugin.h"
6 torben 205 #include <map>
7 torben 193
8     class UrlTriggerPlugin : public Plugin
9     {
10     public:
11 torben 205 UrlTriggerPlugin( std::map<std::string,std::string> args);
12 torben 193
13     virtual void Execute(ISmsTransceiver& modem, SMS& sms);
14    
15     virtual ~UrlTriggerPlugin() {}
16     private:
17 torben 205 std::string _URL;
18 torben 193 };
19    
20    
21     #endif // __URLTRIGGERPLUGIN_H__

  ViewVC Help
Powered by ViewVC 1.1.20