--- smsdaemon/Value.h 2008/12/07 20:11:40 147 +++ smsdaemon/Value.h 2008/12/09 21:44:15 168 @@ -24,6 +24,10 @@ operator std::string() const; operator double () const; operator int () const; + operator const char* () const; + std::string StringValue() const; + double DoubleValue() const; + int IntValue() const; private: std::string value_; };