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

Diff of /smsdaemon/ModemTransceiver.cpp

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

revision 34 by torben, Tue Jun 10 13:29:19 2008 UTC revision 36 by torben, Tue Jun 10 15:34:19 2008 UTC
# Line 137  void GsmModem::SendSms(string to, string Line 137  void GsmModem::SendSms(string to, string
137    
138          Command(message);          Command(message);
139          Util::Sleep(50); //Give the modem some time to send the sms and be ready again          Util::Sleep(50); //Give the modem some time to send the sms and be ready again
140            Common::instance()->smsCounter.outgoing++;
141  }  }
142    
143  void GsmModem::DeleteSms(std::string smsIndex)  void GsmModem::DeleteSms(std::string smsIndex)

Legend:
Removed from v.34  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.20