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

Diff of /smsdaemon/main.cpp

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

revision 57 by torben, Wed Jun 11 16:08:37 2008 UTC revision 63 by torben, Thu Jun 12 12:43:29 2008 UTC
# Line 58  void main_loop(GsmModem& modem) Line 58  void main_loop(GsmModem& modem)
58                          }                          }
59                          else                          else
60                          {                          {
61                                  modem.SendSms(sms[i].sender, "Unknown command!");                                  modem.SendSms(sms[i].sender, "Unknown command!", false);
62                          }                          }
63    
64                          modem.DeleteSms(sms[i].sms_index);                          modem.DeleteSms(sms[i].sms_index);

Legend:
Removed from v.57  
changed lines
  Added in v.63

  ViewVC Help
Powered by ViewVC 1.1.20