From 3270af4bffe63d172c321f6ef6ab944ee111cc1a Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Wed, 24 Feb 1999 02:58:43 +0000 Subject: [PATCH] start hacking persistance --- db/mdb/public/mdb.h | 4 ++++ mailnews/db/mdb/public/mdb.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/db/mdb/public/mdb.h b/db/mdb/public/mdb.h index bc61e7b8767..8fb7ea3ed8d 100644 --- a/db/mdb/public/mdb.h +++ b/db/mdb/public/mdb.h @@ -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 ===== }; diff --git a/mailnews/db/mdb/public/mdb.h b/mailnews/db/mdb/public/mdb.h index bc61e7b8767..8fb7ea3ed8d 100644 --- a/mailnews/db/mdb/public/mdb.h +++ b/mailnews/db/mdb/public/mdb.h @@ -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 ===== };