[svn-commits] tilghman: branch 1.4 r115102 - /branches/1.4/include/asterisk/res_odbc.h
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu May 1 18:20:25 CDT 2008
Author: tilghman
Date: Thu May 1 18:20:25 2008
New Revision: 115102
URL: http://svn.digium.com/view/asterisk?view=rev&rev=115102
Log:
Change the comment of deprecated to an actual compiler deprecation
Modified:
branches/1.4/include/asterisk/res_odbc.h
Modified: branches/1.4/include/asterisk/res_odbc.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/res_odbc.h?view=diff&rev=115102&r1=115101&r2=115102
==============================================================================
--- branches/1.4/include/asterisk/res_odbc.h (original)
+++ branches/1.4/include/asterisk/res_odbc.h Thu May 1 18:20:25 2008
@@ -61,7 +61,7 @@
* This function really only ever worked with MySQL, where the statement handle is
* not prepared on the server. If you are not using MySQL, you should avoid it.
*/
-int ast_odbc_smart_execute(struct odbc_obj *obj, SQLHSTMT stmt); /* DEPRECATED */
+int ast_odbc_smart_execute(struct odbc_obj *obj, SQLHSTMT stmt) __attribute__ ((deprecated));
/*! \brief Retrieves a connected ODBC object
* \param name The name of the ODBC class for which a connection is needed.
More information about the svn-commits
mailing list