Bug 1584473 - Follow-up: Remove leftover references to nsIMdbRowCellCursor::MakeCell() in comments.

Tag #1273
This commit is contained in:
Matt A. Tobin 2019-11-11 02:13:13 -05:00 committed by Roy Tam
commit ffb7fc2e90
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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