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

Annotation of /smsdaemon/tasks/SpoolTask.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132 - (hide annotations) (download)
Sun Dec 7 00:59:05 2008 UTC (15 years, 6 months ago) by torben
File MIME type: text/plain
File size: 258 byte(s)
Added spooling (queing) function, with a standalone application(smsqueue) to put new messages 
into the spool dir.

1 torben 132 #ifndef __SPOOLTASK_H__
2     #define __SPOOLTASK_H__
3    
4    
5     #include "Task.h"
6    
7     //Spooltask is a PersisantTask
8     class SpoolTask : public Task
9     {
10     public:
11     SpoolTask();
12    
13     virtual void ExecuteTask(IGsmModem& modem);
14    
15     virtual ~SpoolTask() {}
16    
17     };
18    
19    
20     #endif // __SPOOLTASK_H__

  ViewVC Help
Powered by ViewVC 1.1.20