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

Diff of /smsdaemon/TaskManager.h

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

revision 96 by torben, Mon Jun 16 14:04:19 2008 UTC revision 129 by torben, Sat Dec 6 19:30:20 2008 UTC
# Line 20  public: Line 20  public:
20    
21          void LoadTasks();          void LoadTasks();
22    
23          void AddTask(Task* task);          void AddPersistantTask(Task* task);
24          void AddTemporaryTask(Task* task);          void AddTemporaryTask(Task* task);
25    
26          Task* GetTask(const std::string& taskname);          Task* GetPersistantTask(const std::string& taskname);
27    
28    
29  private:  private:
30          std::map<std::string, Task*> _tasks;          std::map<std::string, Task*> _persistant_tasks;
31    
32          std::list<Task*> _temp_tasks;          std::list<Task*> _temp_tasks;
33    

Legend:
Removed from v.96  
changed lines
  Added in v.129

  ViewVC Help
Powered by ViewVC 1.1.20