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

Contents of /smsdaemon/Task.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 92 - (show annotations) (download)
Mon Jun 16 11:30:20 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 172 byte(s)
No need for Common.h to include TaskManager.h and PluginManager.h


1 #ifndef __TASK_H__
2 #define __TASK_H__
3
4 class IGsmModem;
5
6 class Task
7 {
8 public:
9 virtual void ExecuteTask(IGsmModem& modem) = 0;
10 virtual ~Task() {}
11 };
12
13 #endif // __TASK_H__

  ViewVC Help
Powered by ViewVC 1.1.20