Index: openacs-4/packages/notifications/tcl/reply-sweep-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/reply-sweep-procs.tcl,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/notifications/tcl/reply-sweep-procs.tcl 29 Jun 2002 00:21:11 -0000 1.3 +++ openacs-4/packages/notifications/tcl/reply-sweep-procs.tcl 30 Oct 2002 21:12:05 -0000 1.3.2.1 @@ -1,7 +1,9 @@ ad_library { - Notification Reply Sweeps + Notification Reply Sweeps. + Procs that make sure that replies are being processed. + @creation-date 2002-06-02 @author Ben Adida @cvs-id $Id$ @@ -11,7 +13,7 @@ namespace eval notification::reply::sweep { ad_proc -public scan_all_replies {} { - # Go through all the delivery methods and do the right thing + Go through all the delivery methods and scan replies for that delivery method. } { ns_log Notice "NOTIF- scan_all_replies starting" @@ -26,7 +28,7 @@ } ad_proc -public process_all_replies {} { - # Go through the replies in the DB and dispatch correctly + Go through the replies in the DB and dispatch correctly to the right processor. } { ns_log Notice "NOTIF- process_all_replies starting"