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

Diff of /smsdaemon/plugins/SpamPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

smsdaemon/plugins/DelaySpamPlugin.h revision 520 by torben, Sat Dec 26 23:01:01 2009 UTC smsdaemon/plugins/SpamPlugin.h revision 521 by torben, Sun Dec 27 18:01:36 2009 UTC
# Line 1  Line 1 
1  #ifndef __DELAYSPAMPLUGIN_H__  #ifndef __SPAMPLUGIN_H__
2  #define __DELAYSPAMPLUGIN_H__  #define __SPAMPLUGIN_H__
3    
4    
5  #include "Plugin.h"  #include "Plugin.h"
6    
7    
8  class DelaySpamPlugin : public Plugin  class SpamPlugin : public Plugin
9  {  {
10  public:  public:
11          DelaySpamPlugin();          SpamPlugin();
12            virtual ~SpamPlugin() {}
13    
14          virtual void Execute(ISmsTransceiver& modem, SMS& sms);          virtual void Execute(ISmsTransceiver& modem, SMS& sms);
15    
         virtual ~DelaySpamPlugin() {}  
16    
17  };  };
18    
19    
20  #endif // __DELAYSPAMPLUGIN_H__  #endif // __SPAMPLUGIN_H__

Legend:
Removed from v.520  
changed lines
  Added in v.521

  ViewVC Help
Powered by ViewVC 1.1.20