[svn-commits] mmichelson: branch group/CCSS r222651 - /team/group/CCSS/main/ccss.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 7 14:59:21 CDT 2009


Author: mmichelson
Date: Wed Oct  7 14:59:17 2009
New Revision: 222651

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=222651
Log:
Remove some XXX comments


Modified:
    team/group/CCSS/main/ccss.c

Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=222651&r1=222650&r2=222651
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Wed Oct  7 14:59:17 2009
@@ -142,8 +142,6 @@
 	 * Scheduler id of offer timer.
 	 */
 	int offer_timer_id;
-	/* XXX Potentially more to come...
-	 */
 };
 
 static void prune_links(struct ast_cc_monitor *monitor, const int core_id, struct ast_cc_monitor_link *link_parent);
@@ -830,7 +828,7 @@
  *
  * \param inbound The caller's channel
  * \param outbound The channel we read the control frame from
- * \param frame_data The data on the frame (XXX currently unused)
+ * \param frame_data The data on the frame
  * \return void
  */
 void ast_handle_cc_control_frame(struct ast_channel *inbound, struct ast_channel *outbound, void *frame_data)
@@ -2525,10 +2523,6 @@
 	 */
 	while ((tree_item_iter = AST_LIST_NEXT(tree_item_iter, next))) {
 		if (tree_item_iter->parent_id == exten_id) {
-			/* XXX TODO Instead of appending the name of the interface here, we
-			 * need to instead use a monitor callback to determine what the name
-			 * we should use is.
-			 */
 			ast_str_append(&var_value, 0, "%s%s", multi ? "&" : "", S_OR(tree_item_iter->dialable_name, tree_item_iter->interface->name));
 			multi = 1;
 		}




More information about the svn-commits mailing list