[asterisk-commits] tilghman: trunk r115104 - in /trunk: ./ include/asterisk/res_odbc.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 1 18:21:14 CDT 2008


Author: tilghman
Date: Thu May  1 18:21:13 2008
New Revision: 115104

URL: http://svn.digium.com/view/asterisk?view=rev&rev=115104
Log:
Merged revisions 115102 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r115102 | tilghman | 2008-05-01 18:20:25 -0500 (Thu, 01 May 2008) | 2 lines

Change the comment of deprecated to an actual compiler deprecation

........

Modified:
    trunk/   (props changed)
    trunk/include/asterisk/res_odbc.h

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/include/asterisk/res_odbc.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/res_odbc.h?view=diff&rev=115104&r1=115103&r2=115104
==============================================================================
--- trunk/include/asterisk/res_odbc.h (original)
+++ trunk/include/asterisk/res_odbc.h Thu May  1 18:21:13 2008
@@ -64,7 +64,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




More information about the asterisk-commits mailing list