[Groonga-commit] groonga/grnxx at 6215240 [master] Add a missing argument "error".

Back to archive index

susumu.yata null+****@clear*****
Tue Jun 3 16:01:40 JST 2014


susumu.yata	2014-06-03 16:01:40 +0900 (Tue, 03 Jun 2014)

  New Revision: 6215240ac7519fac1e11e2d788a5904f48fdd0fd
  https://github.com/groonga/grnxx/commit/6215240ac7519fac1e11e2d788a5904f48fdd0fd

  Message:
    Add a missing argument "error".

  Modified files:
    new-interface/column.hpp

  Modified: new-interface/column.hpp (+2 -1)
===================================================================
--- new-interface/column.hpp    2014-06-03 13:35:25 +0900 (56249c2)
+++ new-interface/column.hpp    2014-06-03 16:01:40 +0900 (ffffc2d)
@@ -142,7 +142,8 @@ class Column {
   // - オプションが不正である.
   // - リソースが確保できない.
   virtual std::unique_ptr<Cursor> create_cursor(
-      const CursorOptions &options) const = 0;
+      const CursorOptions &options,
+      Error *error) const = 0;
 
  protected:
   Column();
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index