File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
---------
4
4
5
5
* Rewrote libpq++.H
6
- * Added CVS IDs
7
6
* Incremented shared library version to 3.0
8
7
* Cleaned up makefiles
9
8
* Made examples use the installed versions of the library and header
Original file line number Diff line number Diff line change 13
13
* Copyright (c) 1994, Regents of the University of California
14
14
*
15
15
*
16
- * $Id: pgcursordb.h,v 1.2 1999/05/23 01:04:01 momjian Exp $
16
+ * $Id: pgcursordb.h,v 1.3 1999/06/01 02:37:33 momjian Exp $
17
17
*
18
18
*-------------------------------------------------------------------------
19
19
*/
@@ -38,7 +38,7 @@ class PgCursor : public PgTransaction {
38
38
public:
39
39
PgCursor (const char * conninfo, const char * cursor); // use reasonable & environment defaults
40
40
// connect to the database with given environment and database name
41
- PgCursor (const PgConnection&, const char * cursor);
41
+ // PgCursor(const PgConnection&, const char* cursor);
42
42
~PgCursor (); // close connection and clean up
43
43
44
44
// Commands associated with cursor interface
Original file line number Diff line number Diff line change 13
13
* Copyright (c) 1994, Regents of the University of California
14
14
*
15
15
*
16
- * $Id: pgtransdb.h,v 1.2 1999/05/23 01:04:03 momjian Exp $
16
+ * $Id: pgtransdb.h,v 1.3 1999/06/01 02:37:33 momjian Exp $
17
17
*
18
18
*-------------------------------------------------------------------------
19
19
*/
@@ -35,7 +35,7 @@ class PgTransaction : public PgDatabase {
35
35
public:
36
36
PgTransaction (const char * conninfo); // use reasonable & environment defaults
37
37
// connect to the database with given environment and database name
38
- PgTransaction (const PgConnection&);
38
+ // PgTransaction(const PgConnection&);
39
39
~PgTransaction (); // close connection and clean up
40
40
41
41
protected:
You can’t perform that action at this time.
0 commit comments