Author: wyoung
Date: Fri Feb 29 07:25:48 2008
New Revision: 2226

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2226&view=rev
Log:
EL3 compatibility fixes

Modified:
    trunk/lib/field_names.h
    trunk/lib/null.h
    trunk/test/uds.cpp

Modified: trunk/lib/field_names.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/field_names.h?rev=2226&r1=2225&r2=2226&view=diff
==============================================================================
--- trunk/lib/field_names.h (original)
+++ trunk/lib/field_names.h Fri Feb 29 07:25:48 2008
@@ -3,7 +3,7 @@
 
 /***********************************************************************
  Copyright (c) 1998 by Kevin Atkinson, (c) 1999-2001 by MySQL AB, and
- (c) 2004-2007 by Educational Technology Resources, Inc.  Others may
+ (c) 2004-2008 by Educational Technology Resources, Inc.  Others may
  also hold copyrights on code in this file.  See the CREDITS file in
  the top directory of the distribution for details.
 
@@ -30,6 +30,8 @@
 
 #include <string>
 #include <vector>
+
+#include <ctype.h>
 
 namespace mysqlpp {
 

Modified: trunk/lib/null.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/null.h?rev=2226&r1=2225&r2=2226&view=diff
==============================================================================
--- trunk/lib/null.h (original)
+++ trunk/lib/null.h Fri Feb 29 07:25:48 2008
@@ -48,7 +48,7 @@
 /// Null template instead.
 class MYSQLPP_EXPORT null_type
 {
-private:
+protected:
 #if !defined(DOXYGEN_IGNORE)
 // Doxygen will not generate documentation for this section.
        template <typename CannotConvertNullToAnyOtherDataType>

Modified: trunk/test/uds.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/uds.cpp?rev=2226&r1=2225&r2=2226&view=diff
==============================================================================
--- trunk/test/uds.cpp (original)
+++ trunk/test/uds.cpp Fri Feb 29 07:25:48 2008
@@ -2,7 +2,7 @@
  test/uds.cpp - Tests the Unix domain socket verifier in
        UnixDomainSocketConnection.  This test always succeeds on Windows!
 
- Copyright (c) 2007 by Educational Technology Resources, Inc.
+ Copyright (c) 2007-2008 by Educational Technology Resources, Inc.
  Others may also hold copyrights on code in this file.  See the
  CREDITS file in the top directory of the distribution for details.
 
@@ -24,7 +24,8 @@
  USA
 ***********************************************************************/
 
-#include <mysql++.h>
+#include <connection.h>
+#include <exceptions.h>
 
 #include <iostream>
 #include <sstream>


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

Reply via email to