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

Diff of /smsdaemon/tester.cpp

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

revision 132 by torben, Sun Dec 7 00:59:05 2008 UTC revision 141 by torben, Sun Dec 7 13:28:52 2008 UTC
# Line 17  Line 17 
17  #include "SmsPdu.h"  #include "SmsPdu.h"
18    
19  using namespace std;  using namespace std;
20    using namespace Util;
21    
22  void test_sms(GsmModem& modem, int len)  void test_sms(GsmModem& modem, int len)
23  {  {
# Line 51  int main() Line 51  int main()
51          cout << end << endl;          cout << end << endl;
52          return 0;          return 0;
53  */  */
54            string start = "hej æøåÆØÅ";
55            string mid = str_latin2gsm(start);
56            string final = str_gsm2latin(mid);
57    
58            str_dump (start);
59            str_dump(mid);
60            str_dump(final);
61    
62    
63            return 0;
64    
65          DebugGsmModem modem(true);          DebugGsmModem modem(true);
66          SMS sms;          SMS sms;

Legend:
Removed from v.132  
changed lines
  Added in v.141

  ViewVC Help
Powered by ViewVC 1.1.20