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

Contents of /smsdaemon/SmsHelper.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 143 - (show annotations) (download)
Sun Dec 7 16:00:12 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 263 byte(s)
forgot, these two files, which part of the SMS refactoring.

1 #ifndef __SMSHELPER_H__
2 #define __SMSHELPER_H__
3
4 #include <string>
5 #include "Sms.h"
6
7
8 namespace SmsHelper
9 {
10
11 //decode an CMGF=1 text string
12 SMS FromRawString(const std::string& input);
13 SMS FromPduString(const std::string& input);
14
15 }
16
17 #endif // __SMSHELPER_H__

  ViewVC Help
Powered by ViewVC 1.1.20