constructors not public confuses unix

This commit is contained in:
alecf%netscape.com 1999-03-11 20:38:47 +00:00
Родитель e91f4e0b6a
Коммит 48d06d740d
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -423,7 +423,7 @@ public:
**| same method name is not necessary here, and potentially less clear.)
|*/
class mdbErrorHook { // env callback handler to report errors
public:
// { ===== begin mdbErrorHook methods =====
mdb_err OnErrorString(nsIMdbEnv* ev, const char* inAscii) ;
mdb_err OnErrorYarn(nsIMdbEnv* ev, const mdbYarn* inYarn) ;
@ -438,7 +438,7 @@ class mdbErrorHook { // env callback handler to report errors
**| Order() method should make no attempt to modify the yarn content.
|*/
class mdbCompare { // caller-supplied yarn comparison
public:
// { ===== begin mdbCompare methods =====
mdb_err Order(nsIMdbEnv* ev, // compare first to second yarn
const mdbYarn* inFirst, // first yarn in comparison

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

@ -423,7 +423,7 @@ public:
**| same method name is not necessary here, and potentially less clear.)
|*/
class mdbErrorHook { // env callback handler to report errors
public:
// { ===== begin mdbErrorHook methods =====
mdb_err OnErrorString(nsIMdbEnv* ev, const char* inAscii) ;
mdb_err OnErrorYarn(nsIMdbEnv* ev, const mdbYarn* inYarn) ;
@ -438,7 +438,7 @@ class mdbErrorHook { // env callback handler to report errors
**| Order() method should make no attempt to modify the yarn content.
|*/
class mdbCompare { // caller-supplied yarn comparison
public:
// { ===== begin mdbCompare methods =====
mdb_err Order(nsIMdbEnv* ev, // compare first to second yarn
const mdbYarn* inFirst, // first yarn in comparison