diff options
Diffstat (limited to 'src/interfaces/libpq++/pgconnection.h')
-rw-r--r-- | src/interfaces/libpq++/pgconnection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq++/pgconnection.h b/src/interfaces/libpq++/pgconnection.h index 76cb6ec3670..379f8d023e7 100644 --- a/src/interfaces/libpq++/pgconnection.h +++ b/src/interfaces/libpq++/pgconnection.h @@ -13,7 +13,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pgconnection.h,v 1.11 2001/05/09 17:29:10 momjian Exp $ + * $Id: pgconnection.h,v 1.12 2001/07/11 22:12:43 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -57,7 +57,7 @@ extern "C" { // This class contains all the information about the connection // to the backend process. All the database classes should be // derived from this class to obtain the connection interface. -class PgConnection { +class DLLIMPORT PgConnection { protected: PGconn* pgConn; // Connection Structure PGresult* pgResult; // Current Query Result |