susumu.yata
null+****@clear*****
Wed Jun 4 10:53:19 JST 2014
susumu.yata 2014-06-04 10:53:19 +0900 (Wed, 04 Jun 2014) New Revision: 882caeb121f783066b4ac8e0632833dda18b5d05 https://github.com/groonga/grnxx/commit/882caeb121f783066b4ac8e0632833dda18b5d05 Message: Add a missing argument "error". Modified files: new-interface/index.hpp Modified: new-interface/index.hpp (+2 -1) =================================================================== --- new-interface/index.hpp 2014-06-04 10:52:26 +0900 (4885533) +++ new-interface/index.hpp 2014-06-04 10:53:19 +0900 (436750f) @@ -30,7 +30,8 @@ class Index { // // TODO: 有効なオプションを取得できるようにしたい. virtual std::unique_ptr<Cursor> create_cursor( - const CursorOptions &options) const = 0; + const CursorOptions &options, + Error *error) const = 0; }; } // namespace grnxx -------------- next part -------------- HTML����������������������������...Download