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

Diff of /smsdaemon/ModemTransceiver.cpp

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

revision 180 by torben, Fri Dec 12 12:54:27 2008 UTC revision 182 by torben, Fri Dec 12 13:23:01 2008 UTC
# Line 295  SMS ModemTransceiver::FromRawString(cons Line 295  SMS ModemTransceiver::FromRawString(cons
295          timestamp = Util::str_replace(timestamp, "\"");          timestamp = Util::str_replace(timestamp, "\"");
296          sms.SetTimestamp(timestamp);          sms.SetTimestamp(timestamp);
297    
298          sms.SetMessage( body );          sms.SetMessage( Util::str_gsm2latin(body) );
299    
300          return sms;          return sms;
301  }  }
# Line 314  SMS ModemTransceiver::FromPduString(cons Line 314  SMS ModemTransceiver::FromPduString(cons
314    
315          sms.SetIndex(index);          sms.SetIndex(index);
316    
317            sms.SetMessage( Util::str_gsm2latin(sms.GetMessage()) ) ;
318    
319          return sms;          return sms;
320  }  }
321    

Legend:
Removed from v.180  
changed lines
  Added in v.182

  ViewVC Help
Powered by ViewVC 1.1.20