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

Annotation of /smsdaemon/plugins/oldSpamPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations) (download)
Mon Jun 9 20:56:03 2008 UTC (16 years ago) by torben
Original Path: smsdaemon/plugins/SpamPlugin.h
File MIME type: text/plain
File size: 243 byte(s)
Restructured the plugins a little and implemented a spam plugin.


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

  ViewVC Help
Powered by ViewVC 1.1.20