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

Contents of /smsdaemon/plugins/DelaySpamPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 520 - (show annotations) (download)
Sat Dec 26 23:01:01 2009 UTC (14 years, 4 months ago) by torben
File MIME type: text/plain
File size: 280 byte(s)
Added delayspam plugin+task


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

  ViewVC Help
Powered by ViewVC 1.1.20