--- smsdaemon/Plugin.h 2008/06/09 21:56:47 30 +++ smsdaemon/Plugin.h 2008/06/11 08:25:34 44 @@ -9,7 +9,7 @@ #include "Sms.h" -class GsmModem; +class IGsmModem; 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(GsmModem& modem, SMS& sms) = 0; + virtual void Execute(IGsmModem& modem, SMS& sms) = 0; /* * returns the command that triggers this plugin, for example: "myplugin"