summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq++/pgconnection.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-07-11 22:12:43 +0000
committerBruce Momjian <bruce@momjian.us>2001-07-11 22:12:43 +0000
commit4051bce27dea570b452e7181591319be45d9c917 (patch)
treee6ea721a3ebbcea3e531397cdf41f12a8e91976f /src/interfaces/libpq++/pgconnection.h
parentd674b48307d97712a8d5bb49226d8397a778aac5 (diff)
Libpq++ fixes for Win32 compile.
Christian Ullrich
Diffstat (limited to 'src/interfaces/libpq++/pgconnection.h')
-rw-r--r--src/interfaces/libpq++/pgconnection.h4
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