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

Diff of /smsdaemon/plugins/HostStatusPlugin.cpp

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

revision 195 by torben, Mon Dec 15 09:10:05 2008 UTC revision 196 by torben, Thu Dec 18 06:53:29 2008 UTC
# Line 10  Line 10 
10  using namespace std;  using namespace std;
11    
12  HostStatusPlugin::HostStatusPlugin()  HostStatusPlugin::HostStatusPlugin()
13    : Plugin("hoststatus", "returns an sms with host server status")                  : Plugin("hoststatus", "returns an sms with host server status")
14  {  {
15  }  }
16    
# Line 49  void HostStatusPlugin::Execute(ISmsTrans Line 49  void HostStatusPlugin::Execute(ISmsTrans
49          message += out;          message += out;
50    
51          modem.SendSms(sms.GetSender(), message, true);          modem.SendSms(sms.GetSender(), message, true);
52                    
53  }  }

Legend:
Removed from v.195  
changed lines
  Added in v.196

  ViewVC Help
Powered by ViewVC 1.1.20