Author: wyoung
Date: Thu Jun 25 08:05:41 2009
New Revision: 2529
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2529&view=rev
Log:
Dropped this backwards-compatibility header. It will probably be ~18
months old by the time 3.1 is released, plenty long for people to have
migrated away from the old name.
Removed:
trunk/lib/custom.h
Removed: trunk/lib/custom.h
URL: http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/custom.h?rev=2528&view=auto
==============================================================================
--- trunk/lib/custom.h (original)
+++ trunk/lib/custom.h (removed)
@@ -1,34 +1,0 @@
-/// \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.txt 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