#include "EchoPlugin.h" #include "GsmModem.h" void EchoPlugin::Execute(GsmModem& modem, SMS& sms) { modem.SendSms(sms.sender, GetSmsData(sms) ); }