/[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 323 by torben, Wed Sep 16 09:08:40 2009 UTC
# Line 8  Line 8 
8  struct StationInfo  struct StationInfo
9  {  {
10          StationInfo() {}          StationInfo() {}
11          StationInfo(std::string c, std::string n)          StationInfo(int i, std::string n);
                 : code(c), name(n) {}  
12    
13          std::string code;          int id;
14          std::string name;          std::string name;
15  };  };
16    
# 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);          int GetStationId(std::string code, std::string& stationName);
25          std::string CreateStationList();          std::string CreateStationList();
26    
27          virtual ~TogPlugin() {}          virtual ~TogPlugin() {}

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

  ViewVC Help
Powered by ViewVC 1.1.20