@@ -51,6 +51,8 @@ typedef Result<double> ResultDouble;
typedef Result<char> ResultChar;
+typedef Result<std::string> ResultString;
+
# include "DBO/Result.hxx"
#endif //PDNS_SLAVE_RESULT_H