diff options
Diffstat (limited to 'db/mork/src/morkRowCellCursor.h')
-rw-r--r-- | db/mork/src/morkRowCellCursor.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/db/mork/src/morkRowCellCursor.h b/db/mork/src/morkRowCellCursor.h index c9d95a2f24..76ad77891c 100644 --- a/db/mork/src/morkRowCellCursor.h +++ b/db/mork/src/morkRowCellCursor.h @@ -59,14 +59,6 @@ public: // morkRowCellCursor construction & destruction NS_IMETHOD GetRow(nsIMdbEnv* ev, nsIMdbRow** acqRow) override; // } ----- end attribute methods ----- - // { ----- begin cell creation methods ----- - NS_IMETHOD MakeCell( // get cell at current pos in the row - nsIMdbEnv* ev, // context - mdb_column* outColumn, // column for this particular cell - mdb_pos* outPos, // position of cell in row sequence - nsIMdbCell** acqCell) override; // the cell at inPos - // } ----- end cell creation methods ----- - // { ----- begin cell seeking methods ----- NS_IMETHOD SeekCell( // same as SetRow() followed by MakeCell() nsIMdbEnv* ev, // context |