/[projects]/smsdaemon/main.cpp
ViewVC logotype

Diff of /smsdaemon/main.cpp

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

revision 167 by torben, Mon Dec 8 21:49:49 2008 UTC revision 168 by torben, Tue Dec 9 21:44:15 2008 UTC
# Line 32  void openModemPort() Line 32  void openModemPort()
32          Common* cmn = Common::instance();          Common* cmn = Common::instance();
33          ConfigFile* config = cmn->GetConfigfile();          ConfigFile* config = cmn->GetConfigfile();
34    
35          port = new SerialPort ( config->GetValue("smsdaemon","serialport") );          port = new SerialPort ( config->GetValue("gsmmodem","serialport") );
36          try          try
37          {          {
38                  port->Open( SerialPort::BAUD_9600,                  port->Open( SerialPort::BAUD_9600,

Legend:
Removed from v.167  
changed lines
  Added in v.168

  ViewVC Help
Powered by ViewVC 1.1.20