[svn-commits] mmichelson: branch group/CCSS r224566 - /team/group/CCSS/include/asterisk/ccss.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 19 14:48:16 CDT 2009


Author: mmichelson
Date: Mon Oct 19 14:48:13 2009
New Revision: 224566

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=224566
Log:
Add new XXX note.

At this point, I'm giving up the dream of getting the
code into pristine shape for review. Instead, I'm making
notes of places to make improvements so that it's clear
on the review request that I know things can be made
better.


Modified:
    team/group/CCSS/include/asterisk/ccss.h

Modified: team/group/CCSS/include/asterisk/ccss.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/include/asterisk/ccss.h?view=diff&rev=224566&r1=224565&r2=224566
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Mon Oct 19 14:48:13 2009
@@ -911,7 +911,11 @@
  *
  * This function currently will add the called tree to a container
  * of pending CC offers, so that they may be saved for future use.
-  *
+ *
+ * XXX There is no reason for this to be public. It was made this way
+ * because initially it was called directly by app_dial, but now it
+ * is only called by ast_cc_create_new_core.
+ *
  * \param caller The caller's channel
  * \param called_tree A tree indicating the interfaces dialed during 
  * this call, as well as which type of call completion service should 




More information about the svn-commits mailing list