The method PgLargeObject::LOid() is missing an implementation in the .cc
authorBruce Momjian <[email protected]>
Sat, 15 Jun 2002 19:30:40 +0000 (19:30 +0000)
committerBruce Momjian <[email protected]>
Sat, 15 Jun 2002 19:30:40 +0000 (19:30 +0000)
commit60bc2a6fdb93c94e53f0d2c1f624c4ec1a13b49c
treee43b34c7f390aa4d831810d03a22008f30baef17
parent0dafb2a325907f66c895251608ad116eb3921324
The method PgLargeObject::LOid() is missing an implementation in the .cc
file.

The program seems to compile ok, but when linking a program that uses
the call,
g++ chokes with an undefined reference error.

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
I include the code:

Oid PgLargeObject::LOid(){
  return pgObject;
}

in the .cc file.

Chris Traylor
src/interfaces/libpq++/pglobject.cc