--- smsdaemon/plugins/EchoPlugin.cpp 2008/06/09 19:22:59 27 +++ smsdaemon/plugins/EchoPlugin.cpp 2008/06/09 20:56:03 28 @@ -1,6 +1,10 @@ #include "EchoPlugin.h" #include "GsmModem.h" +EchoPlugin::EchoPlugin() + : Plugin("echo", "Echoes all extra text back to the sender") +{ +} void EchoPlugin::Execute(GsmModem& modem, SMS& sms) {