/[projects]/smsdaemon/plugins/StatusPlugin.cpp
ViewVC logotype

Diff of /smsdaemon/plugins/StatusPlugin.cpp

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

revision 141 by torben, Tue Jun 17 06:29:19 2008 UTC revision 142 by torben, Sun Dec 7 15:51:02 2008 UTC
# Line 34  void StatusPlugin::Execute(IGsmModem& mo Line 34  void StatusPlugin::Execute(IGsmModem& mo
34          os << "Uptime: " << days << "d, " << hour << ":" << min << ":" << sec;          os << "Uptime: " << days << "d, " << hour << ":" << min << ":" << sec;
35    
36    
37          modem.SendSms(sms.sender, os.str(), true );          modem.SendSms(sms.GetSender(), os.str(), true );
38    
39  }  }

Legend:
Removed from v.141  
changed lines
  Added in v.142

  ViewVC Help
Powered by ViewVC 1.1.20