--- smsdaemon/Plugin.h 2008/06/11 08:25:34 44 +++ smsdaemon/Plugin.h 2008/12/07 20:58:41 149 @@ -7,9 +7,9 @@ * Abstract parent class for a sms-daemon plugin. */ -#include "Sms.h" -class IGsmModem; +class ISmsTransceiver; +class SMS; class Plugin { @@ -21,7 +21,7 @@ * Note: the plugin is responsible for parsing and validating the arguments, * and if necessary write a error message back to the user. */ - virtual void Execute(IGsmModem& modem, SMS& sms) = 0; + virtual void Execute(ISmsTransceiver& modem, SMS& sms) = 0; /* * returns the command that triggers this plugin, for example: "myplugin"