Author: wyoung
Date: Thu Jan  3 18:36:22 2008
New Revision: 2082

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2082&view=rev
Log:
MYSQLPP_EXPORT fixes

Modified:
    trunk/lib/beemutex.h
    trunk/lib/cpool.h

Modified: trunk/lib/beemutex.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/beemutex.h?rev=2082&r1=2081&r2=2082&view=diff
==============================================================================
--- trunk/lib/beemutex.h (original)
+++ trunk/lib/beemutex.h Thu Jan  3 18:36:22 2008
@@ -54,7 +54,7 @@
 /// for you as-is, that's great, we won't try to stop you.  But if you
 /// run into a problem that doesn't affect MySQL++ itself, we're not
 /// likely to bother enhancing this class to fix the problem.
-class BeecryptMutex
+class MYSQLPP_EXPORT BeecryptMutex
 {
 public:
        /// \brief Create the mutex object

Modified: trunk/lib/cpool.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/cpool.h?rev=2082&r1=2081&r2=2082&view=diff
==============================================================================
--- trunk/lib/cpool.h (original)
+++ trunk/lib/cpool.h Thu Jan  3 18:36:22 2008
@@ -65,7 +65,7 @@
 /// sparsely used connections because we'd keep resetting the last-used 
 /// time of whichever connection is least recently used at that moment.
 
-class ConnectionPool
+class MYSQLPP_EXPORT ConnectionPool
 {
 public:
        /// \brief Create empty pool


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

Reply via email to