This commit is contained in:
bienvenu%netscape.com 1999-02-24 02:58:43 +00:00
Родитель 31bf429cb4
Коммит 3270af4bff
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -860,6 +860,8 @@ public:
nsIMdbPortTableCursor** acqCursor); // all such tables in the port
// } ----- end table methods -----
nsVoidArray m_tables;
// } ===== end nsIMdbPort methods =====
};
@ -1484,6 +1486,8 @@ public:
nsIMdbEnv* ev, // context
mdb_column inColumn) ; // the column to index if ever sorted
// } ----- end index methods -----
// ************************** mdbstubs hack
nsVoidArray m_rows;
// } ===== end nsIMdbTable methods =====
};

Просмотреть файл

@ -860,6 +860,8 @@ public:
nsIMdbPortTableCursor** acqCursor); // all such tables in the port
// } ----- end table methods -----
nsVoidArray m_tables;
// } ===== end nsIMdbPort methods =====
};
@ -1484,6 +1486,8 @@ public:
nsIMdbEnv* ev, // context
mdb_column inColumn) ; // the column to index if ever sorted
// } ----- end index methods -----
// ************************** mdbstubs hack
nsVoidArray m_rows;
// } ===== end nsIMdbTable methods =====
};