/[projects]/smsdaemon/TaskManager.h
ViewVC logotype

Diff of /smsdaemon/TaskManager.h

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

revision 26 by torben, Mon Jun 9 18:15:53 2008 UTC revision 92 by torben, Mon Jun 16 11:30:20 2008 UTC
# Line 7  Line 7 
7    
8  #include "Task.h"  #include "Task.h"
9    
10    class IGsmModem;
11    
12  class TaskManager  class TaskManager
13  {  {
14  public:  public:
15          TaskManager();          TaskManager();
16          ~TaskManager();          ~TaskManager();
17    
18          void ExecuteTasks();          void ExecuteTasks(IGsmModem& modem);
19    
20          void LoadTasks();          void LoadTasks();
21    
# Line 23  public: Line 25  public:
25    
26  private:  private:
27          std::map<std::string, Task*> _tasks;          std::map<std::string, Task*> _tasks;
28    
29            int _lastExecuted;
30  };  };
31    
32  #endif //__MANAGER_H__  #endif //__MANAGER_H__

Legend:
Removed from v.26  
changed lines
  Added in v.92

  ViewVC Help
Powered by ViewVC 1.1.20