/[projects]/smsdaemon/tasks/SpamTask.h
ViewVC logotype

Diff of /smsdaemon/tasks/SpamTask.h

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

smsdaemon/tasks/DelaySpamTask.h revision 520 by torben, Sat Dec 26 23:01:01 2009 UTC smsdaemon/tasks/SpamTask.h revision 521 by torben, Sun Dec 27 18:01:36 2009 UTC
# Line 1  Line 1 
1  #ifndef __DELAYSPAMTASK_H__  #ifndef __SPAMTASK_H__
2  #define __DELAYSPAMTASK_H__  #define __SPAMTASK_H__
3    
4  #include <string>  #include <string>
5  #include "Task.h"  #include "Task.h"
6    
7    
8  class DelaySpamTask : public Task  class SpamTask : public Task
9  {  {
10  public:  public:
11          DelaySpamTask();          SpamTask();
12            virtual ~SpamTask() {}
13    
14          virtual void ExecuteTask(ISmsTransceiver& modem);          virtual void ExecuteTask(ISmsTransceiver& modem);
15    
         virtual ~DelaySpamTask() {}  
16    
17          void SetDestination(std::string& destination)          void SetDestination(std::string& destination)
18          {          {
# Line 44  private: Line 44  private:
44  };  };
45    
46    
47  #endif // __DELAYSPAMTASK_H__  #endif // __SPAMTASK_H__

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

  ViewVC Help
Powered by ViewVC 1.1.20