*** include/db_cxx.h.orig Thu Aug 5 10:30:10 1999 --- include/db_cxx.h Thu Aug 5 10:30:14 1999 *************** *** 300,306 **** // no copying DbLog(const DbLog &); ! operator = (const DbLog &); DEFINE_DB_CLASS(DbLog); }; --- 300,306 ---- // no copying DbLog(const DbLog &); ! DbLog &operator = (const DbLog &); DEFINE_DB_CLASS(DbLog); }; *************** *** 345,351 **** private: // no copying DbMpoolFile(const DbMpoolFile &); ! operator = (const DbMpoolFile &); DEFINE_DB_CLASS(DbMpoolFile); }; --- 345,351 ---- private: // no copying DbMpoolFile(const DbMpoolFile &); ! DbMpoolFile &operator = (const DbMpoolFile &); DEFINE_DB_CLASS(DbMpoolFile); }; *************** *** 432,438 **** // no copying DbTxnMgr(const DbTxnMgr &); ! operator = (const DbTxnMgr &); DEFINE_DB_CLASS(DbTxnMgr); }; --- 432,438 ---- // no copying DbTxnMgr(const DbTxnMgr &); ! DbTxnMgr &operator = (const DbTxnMgr &); DEFINE_DB_CLASS(DbTxnMgr); }; *************** *** 461,467 **** // no copying DbTxn(const DbTxn &); ! operator = (const DbTxn &); DEFINE_DB_CLASS(DbTxn); }; --- 461,467 ---- // no copying DbTxn(const DbTxn &); ! DbTxn &operator = (const DbTxn &); DEFINE_DB_CLASS(DbTxn); }; *************** *** 730,736 **** // no copying DbEnv(const DbEnv &); ! operator = (const DbEnv &); ErrorModel error_model_; static void stream_error_function(const char *, char *); --- 730,736 ---- // no copying DbEnv(const DbEnv &); ! DbEnv &operator = (const DbEnv &); ErrorModel error_model_; static void stream_error_function(const char *, char *);