浏览代码

Result DBO helper

develop
Robin Thoni 8 年前
父节点
当前提交
70d38d6d97
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/DBO/Result.h

+ 2
- 0
src/DBO/Result.h 查看文件

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

正在加载...
取消
保存