/[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 322 by torben, Mon Dec 15 09:27:56 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);
12    
13          std::string code;          int id;
14          std::string name;          std::string name;
15  };  };
16    
# Line 21  public: Line 21  public:
21    
22          virtual void Execute(ISmsTransceiver& 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.322  
changed lines
  Added in v.323

  ViewVC Help
Powered by ViewVC 1.1.20