diff options
Diffstat (limited to 'src/interfaces/libpq++/pglobject.h')
-rw-r--r-- | src/interfaces/libpq++/pglobject.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/interfaces/libpq++/pglobject.h b/src/interfaces/libpq++/pglobject.h index 7d7c160583a..fa8dfe39603 100644 --- a/src/interfaces/libpq++/pglobject.h +++ b/src/interfaces/libpq++/pglobject.h @@ -10,7 +10,7 @@ * Copyright (c) 1994, Regents of the University of California * * - * $Id: pglobject.h,v 1.2 1999/05/23 01:04:03 momjian Exp $ + * $Id: pglobject.h,v 1.3 1999/10/22 19:05:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -34,6 +34,7 @@ private: int pgFd; Oid pgObject; string loStatus; + void Init(Oid lobjId = 0); public: PgLargeObject(const char* conninfo = 0); // use reasonable defaults and create large object @@ -52,9 +53,6 @@ public: Oid Import(const char* filename); int Export(const char* filename); string Status(); - -private: - void Init(Oid lobjId = 0); }; #endif // PGLOBJ_H |