[Groonga-commit] groonga/grnxx at 9b346f7 [master] Update EmptyCursor for the new Cursor. (#61)

Back to archive index

susumu.yata null+****@clear*****
Thu Sep 18 16:07:19 JST 2014


susumu.yata	2014-09-18 16:07:19 +0900 (Thu, 18 Sep 2014)

  New Revision: 9b346f7c2cd68eca6642c0eecb022476fcaf37d3
  https://github.com/groonga/grnxx/commit/9b346f7c2cd68eca6642c0eecb022476fcaf37d3

  Message:
    Update EmptyCursor for the new Cursor. (#61)

  Modified files:
    lib/grnxx/index.cpp

  Modified: lib/grnxx/index.cpp (+2 -2)
===================================================================
--- lib/grnxx/index.cpp    2014-09-18 16:04:47 +0900 (72991e1)
+++ lib/grnxx/index.cpp    2014-09-18 16:07:19 +0900 (a7f684c)
@@ -115,10 +115,10 @@ class EmptyCursor : public Cursor {
  public:
   EmptyCursor(const Table *table) : Cursor(table) {}
 
-  Int read(Error *error, Int max_count, Array<Record> *records);
+  Int read(Error *error, ArrayRef<Record> records);
 };
 
-Int EmptyCursor::read(Error *, Int, Array<Record> *) {
+Int EmptyCursor::read(Error *, ArrayRef<Record>) {
   return 0;
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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