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

Diff of /smsdaemon/ModemTransceiver.cpp

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

revision 63 by torben, Thu Jun 12 12:43:29 2008 UTC revision 67 by torben, Thu Jun 12 15:23:11 2008 UTC
# Line 202  void GsmModem::Init() Line 202  void GsmModem::Init()
202  }  }
203    
204    
205    
206    
207    void DebugGsmModem::SendSms(std::string to, std::string message, bool allowMultipart)
208    {
209            _to=to;
210            _message = message;
211            _multipart = allowMultipart;
212    
213            if (_print)
214            {
215                    cout << "DebugGsmModem::SendSms --------------" << endl;
216                    cout << "To:        " << to << endl;;
217                    cout << "Message:   " << message << endl;
218                    cout << "Multipart: " << allowMultipart << endl;
219    
220            }
221    }
222    

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

  ViewVC Help
Powered by ViewVC 1.1.20