Author: wyoung
Date: Wed Sep 26 21:10:38 2007
New Revision: 1762

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1762&view=rev
Log:
Added MYSQLPP_EXPORT tag to TCPConnection class decl

Modified:
    trunk/lib/tcp_connection.h

Modified: trunk/lib/tcp_connection.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/tcp_connection.h?rev=1762&r1=1761&r2=1762&view=diff
==============================================================================
--- trunk/lib/tcp_connection.h (original)
+++ trunk/lib/tcp_connection.h Wed Sep 26 21:10:38 2007
@@ -36,7 +36,7 @@
 /// This class just simplifies the connection creation interface of
 /// \c Connection.  It does not add new functionality.
 
-class TCPConnection : public Connection
+class MYSQLPP_EXPORT TCPConnection : public Connection
 {
 public:
        /// \brief Create object without connecting it to the MySQL server.


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

Reply via email to