/[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 137 by torben, Sun Dec 7 11:08:31 2008 UTC revision 138 by torben, Sun Dec 7 11:13:38 2008 UTC
# Line 16  void HostStatusPlugin::Execute(IGsmModem Line 16  void HostStatusPlugin::Execute(IGsmModem
16          string message;          string message;
17          string out;          string out;
18    
19            Util::my_system("hostname", &out);
20            message += out;
21    
22          Util::my_system("uptime", &out);          Util::my_system("uptime", &out);
23          message += out;          message += out;
24    

Legend:
Removed from v.137  
changed lines
  Added in v.138

  ViewVC Help
Powered by ViewVC 1.1.20