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

Diff of /smsdaemon/DebugTransceiver.cpp

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

revision 195 by torben, Sun Dec 7 20:58:41 2008 UTC revision 196 by torben, Thu Dec 18 06:53:29 2008 UTC
# Line 16  using namespace std; Line 16  using namespace std;
16    
17    
18    
19  void DebugTransceiver::SendSms(std::string to, std::string message, bool allowMultipart)  void DebugTransceiver::SendSms(std::string to, std::string message, bool allowMultipart)
20  {  {
21          _to=to;          _to=to;
22          _message = message;          _message = message;
23          _multipart = allowMultipart;          _multipart = allowMultipart;
24    
25          if (_print)          if (_print)

Legend:
Removed from v.195  
changed lines
  Added in v.196

  ViewVC Help
Powered by ViewVC 1.1.20