--- smsdaemon/Sms.cpp 2008/12/07 15:51:02 142 +++ smsdaemon/Sms.cpp 2008/12/18 06:53:29 196 @@ -3,7 +3,7 @@ #include #include "Sms.h" -#include "util.h" +#include "Util.h" #include "SmsPdu.h" @@ -31,7 +31,7 @@ else { pos++; - + std::string data = message.substr(pos, message.length()-pos ); data = Util::str_trim(data); @@ -44,7 +44,7 @@ } SMS::SMS(std::string _index, std::string _sender, std::string _message, std::string _timestamp) - : sms_index(_index), sender(_sender), message(_message), timestamp(_timestamp) + : sms_index(_index), sender(_sender), message(_message), timestamp(_timestamp) { }