/[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 185 by torben, Sun Dec 7 20:58:41 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;

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

  ViewVC Help
Powered by ViewVC 1.1.20