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

Contents of /smsdaemon/plugins/ListPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 118 - (show annotations) (download)
Mon Dec 1 12:08:23 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 244 byte(s)
main.cpp: reconfigured to usb port (i _really_ need to create that config module)

plugins/ListPlugin.(h|cpp): forgot to add the ListPlugin earlier. 
		this plugins sends an sms back with all the plugins loaded by the daemon.


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

  ViewVC Help
Powered by ViewVC 1.1.20