File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ extern "C" {
30
30
#include " libpq-fe.h"
31
31
}
32
32
33
- static char rcsid[] = " $Id: libpq++.H,v 1.6 1999/10/06 03:00:16 momjian Exp $" ;
33
+ static char rcsid[] = " $Id: libpq++.H,v 1.7 1999/10/22 19:05:02 momjian Exp $" ;
34
34
35
35
36
36
// ****************************************************************
@@ -123,7 +123,7 @@ public:
123
123
void Close ();
124
124
int Read (char * buf, int len);
125
125
int Write (const char * buf, int len);
126
- int Lseek (int offset, int whence);
126
+ int LSeek (int offset, int whence);
127
127
int Tell ();
128
128
int Unlink ();
129
129
Oid LOid ();
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
*
13
- * $Id: pglobject.h,v 1.2 1999/05/23 01:04:03 momjian Exp $
13
+ * $Id: pglobject.h,v 1.3 1999/10/22 19:05:02 momjian Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
@@ -34,6 +34,7 @@ class PgLargeObject : public PgConnection {
34
34
int pgFd;
35
35
Oid pgObject;
36
36
string loStatus;
37
+ void Init (Oid lobjId = 0 );
37
38
38
39
public:
39
40
PgLargeObject (const char * conninfo = 0 ); // use reasonable defaults and create large object
@@ -52,9 +53,6 @@ class PgLargeObject : public PgConnection {
52
53
Oid Import (const char * filename);
53
54
int Export (const char * filename);
54
55
string Status ();
55
-
56
- private:
57
- void Init (Oid lobjId = 0 );
58
56
};
59
57
60
58
#endif // PGLOBJ_H
You can’t perform that action at this time.
0 commit comments