소스 검색

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

Loading…
취소
저장