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

Diff of /smsdaemon/ModemTransceiver.cpp

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

revision 210 by torben, Sun Dec 21 21:14:40 2008 UTC revision 214 by torben, Mon Dec 22 22:22:42 2008 UTC
# Line 200  void ModemTransceiver::WaitForSimcard() Line 200  void ModemTransceiver::WaitForSimcard()
200    
201  void ModemTransceiver::HandlePincode()  void ModemTransceiver::HandlePincode()
202  {  {
203          string pin = Common::instance()->GetConfigfile()->GetValue("gsmmodem","pin");          string pin = Common::instance()->GetConfigfile()->GetValue("gsmmodem","pin","");
204    
205          string result = Command("AT+CPIN?");          string result = Command("AT+CPIN?");
206          result = Util::str_trim(result);          result = Util::str_trim(result);

Legend:
Removed from v.210  
changed lines
  Added in v.214

  ViewVC Help
Powered by ViewVC 1.1.20