diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-11 02:13:13 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-11 02:13:13 -0500 |
commit | d59e35c94cd30fc3063d2d3c2e386500ff935abe (patch) | |
tree | 4b2e9587fd94980b9a14a6c2074b4e347653bf27 /db/mork/src | |
parent | 3260f2045481749e21a5b0688e6187fbf833f3e3 (diff) | |
download | UXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.tar UXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.tar.gz UXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.tar.lz UXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.tar.xz UXP-d59e35c94cd30fc3063d2d3c2e386500ff935abe.zip |
Bug 1584473 - Follow-up: Remove leftover references to nsIMdbRowCellCursor::MakeCell() in comments.
Tag #1273
Diffstat (limited to 'db/mork/src')
-rw-r--r-- | db/mork/src/morkRowCellCursor.cpp | 2 | ||||
-rw-r--r-- | db/mork/src/morkRowCellCursor.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/mork/src/morkRowCellCursor.cpp b/db/mork/src/morkRowCellCursor.cpp index 0649b5b55..684fd115a 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 76ad77891..ff5c8c67d 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 |