From e68d075d2d71dfb50e61ed878d7e394ab3cb1f4a Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 11 Nov 2019 02:13:13 -0500 Subject: Bug 1584473 - Follow-up: Remove leftover references to nsIMdbRowCellCursor::MakeCell() in comments. Tag mcp-graveyard/UXP#1273 --- db/mork/public/mdb.h | 2 +- db/mork/src/morkRowCellCursor.cpp | 2 +- db/mork/src/morkRowCellCursor.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/mork/public/mdb.h b/db/mork/public/mdb.h index 54d5ac6379..cd2b612939 100644 --- a/db/mork/public/mdb.h +++ b/db/mork/public/mdb.h @@ -2306,7 +2306,7 @@ public: // } ----- end attribute methods ----- // { ----- begin cell seeking methods ----- - NS_IMETHOD SeekCell( // same as SetRow() followed by MakeCell() + NS_IMETHOD SeekCell( nsIMdbEnv* ev, // context mdb_pos inPos, // position of cell in row sequence mdb_column* outColumn, // column for this particular cell diff --git a/db/mork/src/morkRowCellCursor.cpp b/db/mork/src/morkRowCellCursor.cpp index 0649b5b551..684fd115a9 100644 --- a/db/mork/src/morkRowCellCursor.cpp +++ b/db/mork/src/morkRowCellCursor.cpp @@ -185,7 +185,7 @@ morkRowCellCursor::GetRow(nsIMdbEnv* mev, nsIMdbRow** acqRow) // { ----- begin cell seeking methods ----- NS_IMETHODIMP -morkRowCellCursor::SeekCell( // same as SetRow() followed by MakeCell() +morkRowCellCursor::SeekCell( nsIMdbEnv* mev, // context mdb_pos inPos, // position of cell in row sequence mdb_column* outColumn, // column for this particular cell diff --git a/db/mork/src/morkRowCellCursor.h b/db/mork/src/morkRowCellCursor.h index 76ad77891c..ff5c8c67d8 100644 --- a/db/mork/src/morkRowCellCursor.h +++ b/db/mork/src/morkRowCellCursor.h @@ -60,7 +60,7 @@ public: // morkRowCellCursor construction & destruction // } ----- end attribute methods ----- // { ----- begin cell seeking methods ----- - NS_IMETHOD SeekCell( // same as SetRow() followed by MakeCell() + NS_IMETHOD SeekCell( nsIMdbEnv* ev, // context mdb_pos inPos, // position of cell in row sequence mdb_column* outColumn, // column for this particular cell -- cgit v1.2.3