[svn-commits] russell: branch group/newcdr r202758 - in /team/group/newcdr: include/asteris...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 23 16:51:04 CDT 2009


Author: russell
Date: Tue Jun 23 16:51:01 2009
New Revision: 202758

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=202758
Log:
remove todo items that have been completed

Modified:
    team/group/newcdr/include/asterisk/cel.h
    team/group/newcdr/main/cel.c

Modified: team/group/newcdr/include/asterisk/cel.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/newcdr/include/asterisk/cel.h?view=diff&rev=202758&r1=202757&r2=202758
==============================================================================
--- team/group/newcdr/include/asterisk/cel.h (original)
+++ team/group/newcdr/include/asterisk/cel.h Tue Jun 23 16:51:01 2009
@@ -17,8 +17,6 @@
 /*! 
  * \file
  * \brief Call Event Logging API 
- *
- * \todo Complete the documentation in this file.
  */
 
 #ifndef __AST_CEL_H__

Modified: team/group/newcdr/main/cel.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/newcdr/main/cel.c?view=diff&rev=202758&r1=202757&r2=202758
==============================================================================
--- team/group/newcdr/main/cel.c (original)
+++ team/group/newcdr/main/cel.c Tue Jun 23 16:51:01 2009
@@ -441,10 +441,6 @@
 	return tchan;
 }
 
-/*!
- * \todo Review channel locking requirements
- * \todo Document this API call
- */
 int ast_cel_report_event(struct ast_channel *chan, enum ast_cel_event_type event_type,
 		const char *userdefevname, const char *extra, struct ast_channel *peer2)
 {




More information about the svn-commits mailing list