View | Details | Raw Unified | Return to bug 42785
Collapse All | Expand All

(-)./files/patch-ab (+11 lines)
Line 0 Link Here
1
--- ../include/db_cxx.h.orig	Tue Aug 31 13:45:43 1999
2
+++ ../include/db_cxx.h	Sat Sep 14 14:50:27 2002
3
@@ -717,7 +717,7 @@
4
     // call set_error_stream() to force all errors to a C++ stream.
5
     // It is unwise to mix these approaches.
6
     //
7
-    void set_error_stream(class ostream*);
8
+    void set_error_stream(ostream*);
9
 
10
     // used internally
11
     static int runtime_error(const char *caller, int err,
(-)./files/patch-ac (+11 lines)
Line 0 Link Here
1
--- ../cxx/cxx_app.cpp.orig	Wed Dec 16 14:53:47 1998
2
+++ ../cxx/cxx_app.cpp	Sat Sep 14 14:50:30 2002
3
@@ -125,7 +125,7 @@
4
 // db_env triggered the call.  A user that has multiple DB_ENVs
5
 // will simply not be able to have different streams for each one.
6
 //
7
-void DbEnv::set_error_stream(class ostream *stream)
8
+void DbEnv::set_error_stream(ostream *stream)
9
 {
10
     error_stream_ = stream;
11

Return to bug 42785