00001 /* 00002 * XmlRpcHelper.h 00003 * 00004 * Created on: Oct 12, 2011 00005 * Author: mriedel 00006 */ 00007 00008 #ifndef XMLRPCHELPER_HPP_ 00009 #define XMLRPCHELPER_HPP_ 00010 00011 #include <telekyb_defines/telekyb_defines.hpp> 00012 00013 #include <XmlRpc.h> 00014 00015 namespace TELEKYB_NAMESPACE 00016 { 00017 00018 class XmlRpcHelper { 00019 public: 00020 static bool xmlRpcValuetoString(XmlRpc::XmlRpcValue xmlValue, std::string& value); 00021 }; 00022 00023 } // namespace 00024 00025 #endif /* XMLRPCHELPER_H_ */