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

Annotation of /smsdaemon/Task.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (hide annotations) (download)
Mon Jun 9 18:15:53 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 139 byte(s)
Added first basic edition of smsdaemon.

So far sending & receiving sms works and a basic sample plugin is implemented.

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

  ViewVC Help
Powered by ViewVC 1.1.20