File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
* Copyright (c) 1994, Regents of the University of California
11
11
*
12
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgcursordb.cc,v 1.3 1999/05/30 15:17:57 tgl Exp $
13
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgcursordb.cc,v 1.4 1999/06/01 02:43:37 momjian Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
@@ -31,9 +31,9 @@ PgCursor::PgCursor(const char* conninfo, const char* cursor)
31
31
// Do not make a connection to the backend -- just query
32
32
// Connection should not be closed after the object destructs since some
33
33
// other object is using the connection
34
- PgCursor::PgCursor (const PgConnection& conn, const char * cursor)
35
- : PgTransaction(conn), pgCursor(cursor)
36
- {}
34
+ // PgCursor::PgCursor(const PgConnection& conn, const char* cursor)
35
+ // : PgTransaction(conn), pgCursor(cursor)
36
+ // {}
37
37
38
38
// Destructor: End the transaction block
39
39
PgCursor::~PgCursor ()
You can’t perform that action at this time.
0 commit comments