--- smsdaemon/plugins/EchoPlugin.h 2008/06/11 06:46:14 43 +++ smsdaemon/plugins/EchoPlugin.h 2008/06/11 08:25:34 44 @@ -10,7 +10,7 @@ public: EchoPlugin(); - virtual void Execute(GsmModem& modem, SMS& sms); + virtual void Execute(IGsmModem& modem, SMS& sms); virtual ~EchoPlugin() {}