Author: wyoung
Date: Mon Jun 26 16:16:35 2006
New Revision: 1295

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1295&view=rev
Log:
Added a couple of MYSQLPP_EXPORT tags in front of functions that should
be exported.

Modified:
    trunk/lib/connection.h

Modified: trunk/lib/connection.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/connection.h?rev=1295&r1=1294&r2=1295&view=diff
==============================================================================
--- trunk/lib/connection.h (original)
+++ trunk/lib/connection.h Mon Jun 26 16:16:35 2006
@@ -258,7 +258,7 @@
        /// \retval nonzero if either we already know the connection is down
        /// and cannot re-establish it, or if the server did not respond to
        /// the ping and we could not re-establish the connection.
-       int ping();
+       MYSQLPP_EXPORT int ping();
 
        /// \brief Kill a MySQL server thread
        ///
@@ -444,7 +444,7 @@
        ///
        /// Version will be of the form X.Y.Z, where X is the major version
        /// number, Y the minor version, and Z the bug fix number.
-       std::ostream& api_version(std::ostream& os);
+       MYSQLPP_EXPORT std::ostream& api_version(std::ostream& os);
 
 protected:
        /// \brief Drop the connection to the database server


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to