--- smsdaemon/plugins/EchoPlugin.h 2008/06/09 19:22:59 27 +++ smsdaemon/plugins/EchoPlugin.h 2008/06/09 20:56:03 28 @@ -1,8 +1,6 @@ #ifndef __ECHOPLUGIN_H__ #define __ECHOPLUGIN_H__ -#include - #include "Plugin.h" @@ -10,13 +8,10 @@ class EchoPlugin : public Plugin { public: + EchoPlugin(); virtual void Execute(GsmModem& modem, SMS& sms); - virtual std::string GetCommand() {return "echo";} - - virtual std::string GetDescription() {return "Echoes all extra text back to the sender";} - virtual ~EchoPlugin() {} };