]> granicus.if.org Git - postgresql/commit
The method PgLargeObject::LOid() is missing an implementation in the .cc
authorBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 19:30:40 +0000 (19:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 19:30:40 +0000 (19:30 +0000)
commit240de617fbfebea029c1dc057708d9f0f2431ac5
tree493fb4d8d1095b87550bb5cb465a5dedb06fc285
parentd54ae2aff24c3aa9df605e5ec3d09042b7458a6c
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