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

Diff of /smsdaemon/main.cpp

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

revision 151 by torben, Mon Dec 8 10:42:04 2008 UTC revision 154 by torben, Mon Dec 8 13:48:52 2008 UTC
# Line 92  int main(int argc, char* argv[]) Line 92  int main(int argc, char* argv[])
92          string transconf = config->GetValue("smsdaemon", "transceiver");          string transconf = config->GetValue("smsdaemon", "transceiver");
93                    
94    
95          if (transconf == "builtin")          if (transconf == "internal")
96          {          {
97                  openModemPort();                  openModemPort();
98                  closeModemPort();                  closeModemPort();
# Line 117  int main(int argc, char* argv[]) Line 117  int main(int argc, char* argv[])
117          }          }
118    
119    
120          if (transconf == "builtin")          if (transconf == "internal")
121          {          {
122                  openModemPort();                  openModemPort();
123          }          }

Legend:
Removed from v.151  
changed lines
  Added in v.154

  ViewVC Help
Powered by ViewVC 1.1.20