#ifndef __TOGPLUGIN_H__ #define __TOGPLUGIN_H__ #include "Plugin.h" class TogPlugin : public Plugin { public: TogPlugin(); virtual void Execute(IGsmModem& modem, SMS& sms); std::string GetRealStationCode(std::string code, std::string& stationName); virtual ~TogPlugin() {} }; #endif // __TOGPLUGIN_H__