Index: pgconnection.h =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/interfaces/libpq++/pgconnection.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- pgconnection.h 2001/05/09 17:29:10 1.11 +++ pgconnection.h 2001/07/11 22:12:43 1.12 @@ -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