Author: wyoung
Date: Fri Jan 4 18:16:52 2008
New Revision: 2099
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2099&view=rev
Log:
Created backwards-compatibility header custom.h, aliasing ssqls.h
Added:
trunk/lib/custom.h
Added: trunk/lib/custom.h
URL: http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/custom.h?rev=2099&view=auto
==============================================================================
--- trunk/lib/custom.h (added)
+++ trunk/lib/custom.h Fri Jan 4 18:16:52 2008
@@ -1,0 +1,34 @@
+/// \file custom.h
+/// \brief Backwards-compatibility header; loads ssqls.h
+
+/***********************************************************************
+ Copyright (c) 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.
+
+ This file is part of MySQL++.
+
+ MySQL++ is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ MySQL++ is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with MySQL++; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
+ USA
+***********************************************************************/
+
+#if !defined(MYSQLPP_CUSTOM_H)
+#define MYSQLPP_CUSTOM_H
+
+#warning MySQL++ header custom.h is now called ssqls.h. Please update your
code.
+#include "ssqls.h"
+
+#endif // !defined(MYSQLPP_CUSTOM_H)
+
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits