/[projects]/smsdaemon/SmsPdu.h
ViewVC logotype

Diff of /smsdaemon/SmsPdu.h

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

revision 69 by torben, Fri Jun 13 06:38:43 2008 UTC revision 70 by torben, Fri Jun 13 07:56:57 2008 UTC
# Line 21  namespace SmsPdu Line 21  namespace SmsPdu
21          std::vector<unsigned char> HexDecodeString(std::string str);          std::vector<unsigned char> HexDecodeString(std::string str);
22    
23          std::vector<unsigned char> Encode7to8bit(std::string str);          std::vector<unsigned char> Encode7to8bit(std::string str);
24          std::string Decode8to7bit( std::vector<unsigned char> input );          std::string Decode8to7bit( std::vector<unsigned char> input, int shift_start );
25    
26          std::vector<PduInfo> CreateSmsPdu(std::string to, std::string message, bool allowMultipart);          std::vector<PduInfo> CreateSmsPdu(std::string to, std::string message, bool allowMultipart);
27    

Legend:
Removed from v.69  
changed lines
  Added in v.70

  ViewVC Help
Powered by ViewVC 1.1.20