[svn-commits] coreyfarrell: trunk r419439 - /trunk/include/asterisk/astobj.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 24 12:50:49 CDT 2014


Author: coreyfarrell
Date: Thu Jul 24 12:50:46 2014
New Revision: 419439

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=419439
Log:
Deprecate astobj.h

This flags astobj.h as deprecated, warns people to use astobj2.h instead.
Only netsock.c (also deprecated) still uses astobj.h.

ASTERISK-24069 #close
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/3818/

Modified:
    trunk/include/asterisk/astobj.h

Modified: trunk/include/asterisk/astobj.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/astobj.h?view=diff&rev=419439&r1=419438&r2=419439
==============================================================================
--- trunk/include/asterisk/astobj.h (original)
+++ trunk/include/asterisk/astobj.h Thu Jul 24 12:50:46 2014
@@ -16,8 +16,10 @@
  * at the top of the source tree.
  */
 
-/*
- * Object Model for Asterisk
+/*! \file
+ * \brief Object Model for Asterisk
+ *
+ * \deprecated Use astobj2.h instead
  */
 
 #ifndef _ASTERISK_ASTOBJ_H




More information about the svn-commits mailing list