Author: wyoung
Date: Fri Mar 10 22:07:13 2006
New Revision: 1240

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1240&view=rev
Log:
Minor changes: comment changes, whitespace changes, etc.

Modified:
    branches/v2.1-bakefile/lib/connection.h
    branches/v2.1-bakefile/lib/myset.h
    branches/v2.1-bakefile/lib/type_info.h

Modified: branches/v2.1-bakefile/lib/connection.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/connection.h?rev=1240&r1=1239&r2=1240&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/connection.h (original)
+++ branches/v2.1-bakefile/lib/connection.h Fri Mar 10 22:07:13 2006
@@ -10,7 +10,7 @@
 
 /***********************************************************************
  Copyright (c) 1998 by Kevin Atkinson, (c) 1999, 2000 and 2001 by
- MySQL AB, and (c) 2004, 2005 by Educational Technology Resources, Inc.
+ MySQL AB, and (c) 2004-2006 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.
 

Modified: branches/v2.1-bakefile/lib/myset.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/myset.h?rev=1240&r1=1239&r2=1240&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/myset.h (original)
+++ branches/v2.1-bakefile/lib/myset.h Fri Mar 10 22:07:13 2006
@@ -85,7 +85,7 @@
 
 /// \brief A special std::set derivative for holding MySQL data sets.
 
-template <class Container = std::set< std::string> >
+template <class Container = std::set<std::string> >
 class Set : public Container
 {
 public:

Modified: branches/v2.1-bakefile/lib/type_info.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/type_info.h?rev=1240&r1=1239&r2=1240&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/type_info.h (original)
+++ branches/v2.1-bakefile/lib/type_info.h Fri Mar 10 22:07:13 2006
@@ -6,7 +6,7 @@
 
 /***********************************************************************
  Copyright (c) 1998 by Kevin Atkinson, (c) 1999, 2000 and 2001 by
- MySQL AB, and (c) 2004, 2005 by Educational Technology Resources, Inc.
+ MySQL AB, and (c) 2004-2006 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.
 
@@ -35,16 +35,16 @@
 
 #include <mysql.h>
 
+#include <map>
 #include <typeinfo>
-#include <map>
 
 namespace mysqlpp {
+
+#if !defined(DOXYGEN_IGNORE)
+// Doxygen will not generate documentation for this section.
 
 class mysql_type_info;
 class mysql_ti_sql_type_info_lookup;
-
-#if !defined(DOXYGEN_IGNORE)
-// Doxygen will not generate documentation for this section.
 
 class mysql_ti_sql_type_info
 {


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

Reply via email to