/[projects]/smsdaemon/plugins/TogPlugin.h
ViewVC logotype

Diff of /smsdaemon/plugins/TogPlugin.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 52 by torben, Wed Jun 11 12:15:14 2008 UTC revision 186 by torben, Mon Dec 15 09:27:56 2008 UTC
# Line 8  Line 8 
8  struct StationInfo  struct StationInfo
9  {  {
10          StationInfo() {}          StationInfo() {}
11          StationInfo(std::string c, std::string n)          StationInfo(std::string c, std::string n);
                 : code(c), name(n) {}  
12    
13          std::string code;          std::string code;
14          std::string name;          std::string name;
# Line 20  class TogPlugin : public Plugin Line 19  class TogPlugin : public Plugin
19  public:  public:
20          TogPlugin();          TogPlugin();
21    
22          virtual void Execute(IGsmModem& modem, SMS& sms);          virtual void Execute(ISmsTransceiver& modem, SMS& sms);
23    
24          std::string GetRealStationCode(std::string code, std::string& stationName);          std::string GetRealStationCode(std::string code, std::string& stationName);
25          std::string CreateStationList();          std::string CreateStationList();

Legend:
Removed from v.52  
changed lines
  Added in v.186

  ViewVC Help
Powered by ViewVC 1.1.20