зеркало из https://github.com/mozilla/pjs.git
add access to a few more mdb objects
This commit is contained in:
Родитель
1566fb41c9
Коммит
7a72a37cab
|
@ -301,6 +301,9 @@ class mdbCell;
|
||||||
|
|
||||||
// { %%%%% begin temporary dummy base class for class hierarchy %%%%%
|
// { %%%%% begin temporary dummy base class for class hierarchy %%%%%
|
||||||
class mdbISupports { // msg db base class
|
class mdbISupports { // msg db base class
|
||||||
|
public:
|
||||||
|
mdb_count Release(void);
|
||||||
|
mdb_count AddRef(void);
|
||||||
};
|
};
|
||||||
// } %%%%% end temporary dummy base class for class hierarchy %%%%%
|
// } %%%%% end temporary dummy base class for class hierarchy %%%%%
|
||||||
|
|
||||||
|
@ -1121,7 +1124,7 @@ class mdbPortTableCursor : public mdbCursor { // table collection iterator
|
||||||
**| the drop to be cancelled.)
|
**| the drop to be cancelled.)
|
||||||
|*/
|
|*/
|
||||||
class mdbCollection : public mdbObject { // sequence of objects
|
class mdbCollection : public mdbObject { // sequence of objects
|
||||||
|
public:
|
||||||
// { ===== begin mdbCollection methods =====
|
// { ===== begin mdbCollection methods =====
|
||||||
|
|
||||||
// { ----- begin attribute methods -----
|
// { ----- begin attribute methods -----
|
||||||
|
@ -1601,7 +1604,7 @@ class mdbRowCellCursor : public mdbCursor { // cell collection iterator
|
||||||
**| be used to set state in another cell, without extracting a buffer.)
|
**| be used to set state in another cell, without extracting a buffer.)
|
||||||
|*/
|
|*/
|
||||||
class mdbBlob : public mdbObject { // a string with associated charset
|
class mdbBlob : public mdbObject { // a string with associated charset
|
||||||
|
public:
|
||||||
// { ===== begin mdbBlob methods =====
|
// { ===== begin mdbBlob methods =====
|
||||||
|
|
||||||
// { ----- begin attribute methods -----
|
// { ----- begin attribute methods -----
|
||||||
|
|
|
@ -301,6 +301,9 @@ class mdbCell;
|
||||||
|
|
||||||
// { %%%%% begin temporary dummy base class for class hierarchy %%%%%
|
// { %%%%% begin temporary dummy base class for class hierarchy %%%%%
|
||||||
class mdbISupports { // msg db base class
|
class mdbISupports { // msg db base class
|
||||||
|
public:
|
||||||
|
mdb_count Release(void);
|
||||||
|
mdb_count AddRef(void);
|
||||||
};
|
};
|
||||||
// } %%%%% end temporary dummy base class for class hierarchy %%%%%
|
// } %%%%% end temporary dummy base class for class hierarchy %%%%%
|
||||||
|
|
||||||
|
@ -1121,7 +1124,7 @@ class mdbPortTableCursor : public mdbCursor { // table collection iterator
|
||||||
**| the drop to be cancelled.)
|
**| the drop to be cancelled.)
|
||||||
|*/
|
|*/
|
||||||
class mdbCollection : public mdbObject { // sequence of objects
|
class mdbCollection : public mdbObject { // sequence of objects
|
||||||
|
public:
|
||||||
// { ===== begin mdbCollection methods =====
|
// { ===== begin mdbCollection methods =====
|
||||||
|
|
||||||
// { ----- begin attribute methods -----
|
// { ----- begin attribute methods -----
|
||||||
|
@ -1601,7 +1604,7 @@ class mdbRowCellCursor : public mdbCursor { // cell collection iterator
|
||||||
**| be used to set state in another cell, without extracting a buffer.)
|
**| be used to set state in another cell, without extracting a buffer.)
|
||||||
|*/
|
|*/
|
||||||
class mdbBlob : public mdbObject { // a string with associated charset
|
class mdbBlob : public mdbObject { // a string with associated charset
|
||||||
|
public:
|
||||||
// { ===== begin mdbBlob methods =====
|
// { ===== begin mdbBlob methods =====
|
||||||
|
|
||||||
// { ----- begin attribute methods -----
|
// { ----- begin attribute methods -----
|
||||||
|
|
Загрузка…
Ссылка в новой задаче