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

Annotation of /smsdaemon/plugins/SpamPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 521 - (hide annotations) (download)
Sun Dec 27 18:01:36 2009 UTC (14 years, 5 months ago) by torben
File MIME type: text/plain
File size: 250 byte(s)
Deprecate the old spam plugin and make the new one the default

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

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20