diff --git a/src/interfaces/libpq++/pglobject.cc b/src/interfaces/libpq++/pglobject.cc index 95e63c17df..0c83b75298 100644 --- a/src/interfaces/libpq++/pglobject.cc +++ b/src/interfaces/libpq++/pglobject.cc @@ -10,7 +10,7 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pglobject.cc,v 1.9 2002/06/15 18:49:29 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pglobject.cc,v 1.10 2002/06/15 19:30:40 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -121,7 +121,6 @@ int PgLargeObject::Unlink() } - void PgLargeObject::Close() { if (pgFd >= 0) lo_close(pgConn, pgFd); @@ -169,3 +168,7 @@ string PgLargeObject::Status() const { return loStatus; } + +Oid PgLargeObject::LOid(){ + return pgObject; +}