/[projects]/smsdaemon/plugins/StatusPlugin.h
ViewVC logotype

Annotation of /smsdaemon/plugins/StatusPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 101 - (hide annotations) (download)
Mon Jun 16 16:41:18 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 256 byte(s)
Finally is the version.h working as i want to

Added a StatusPlugin

1 torben 101 #ifndef __STATUSPLUGIN_H__
2     #define __STATUSPLUGIN_H__
3    
4    
5     #include "Plugin.h"
6    
7    
8     class StatusPlugin : public Plugin
9     {
10     public:
11     StatusPlugin();
12    
13     virtual void Execute(IGsmModem& modem, SMS& sms);
14    
15     virtual ~StatusPlugin() {}
16    
17     };
18    
19    
20     #endif // __STATUSPLUGIN_H__

  ViewVC Help
Powered by ViewVC 1.1.20