Author: mysqlpp
Date: Mon Jan 28 20:49:10 2013
New Revision: 2716

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2716&view=rev
Log:
Exporting DBDriver class from MySQL++ DLL when building on Windows, so
client programs can access it directly, instead of only going through
Connection.  Fix suggested by Xavier Richez <[email protected]>

Modified:
    trunk/lib/dbdriver.h

Modified: trunk/lib/dbdriver.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/dbdriver.h?rev=2716&r1=2715&r2=2716&view=diff
==============================================================================
--- trunk/lib/dbdriver.h (original)
+++ trunk/lib/dbdriver.h Mon Jan 28 20:49:10 2013
@@ -54,7 +54,7 @@
 /// In the future, it may be turned into an abstract base class, with
 /// subclasses for different database server types.
 
-class DBDriver
+class MYSQLPP_EXPORT DBDriver
 {
 public:
        /// \brief Result code returned by next_result()


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

Reply via email to