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

Contents of /smsdaemon/plugins/HostStatusPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 137 - (show annotations) (download)
Sun Dec 7 11:08:31 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 280 byte(s)
ListPlugin.cpp: dont send the plugin descriptions back to user (too much text)

PluginManager.cpp, HostStatusPlugin.(h|cpp), CMakeLists.txt: 
	Add a new plugin which sends server status back to requester (data is from uptime(1) and df(1) )


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

  ViewVC Help
Powered by ViewVC 1.1.20