Index: openacs-4/packages/evaluation/tcl/evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.tcl,v diff -u -r1.31 -r1.32 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 7 Apr 2005 18:57:01 -0000 1.31 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 18 May 2005 15:26:36 -0000 1.32 @@ -8,7 +8,7 @@ namespace eval evaluation {} namespace eval evaluation::notification {} -namespace eval evaluation::apm_callback {} +namespace eval evaluation::apm {} ##### # @@ -879,23 +879,23 @@ $csv_formatted_content" } -ad_proc -public evaluation::apm_callback::delete_one_assignment_impl {} { +ad_proc -public evaluation::apm::delete_one_assignment_impl {} { Unregister the NotificationType implementation for one_assignment_notif_type. } { acs_sc::impl::delete \ -contract_name "NotificationType" \ -impl_name one_assignment_notif_type } -ad_proc -public evaluation::apm_callback::delete_one_evaluation_impl {} { +ad_proc -public evaluation::apm::delete_one_evaluation_impl {} { Unregister the NotificationType implementation for one_evaluation_notif_type. } { acs_sc::impl::delete \ -contract_name "NotificationType" \ -impl_name one_evaluation_notif_type } -ad_proc -public evaluation::apm_callback::create_one_assignment_impl {} { +ad_proc -public evaluation::apm::create_one_assignment_impl {} { Register the service contract implementation and return the impl_id @return impl_id of the created implementation } { @@ -910,7 +910,7 @@ }] } -ad_proc -public evaluation::apm_callback::create_one_evaluation_impl {} { +ad_proc -public evaluation::apm::create_one_evaluation_impl {} { Register the service contract implementation and return the impl_id @return impl_id of the created implementation } { @@ -925,7 +925,7 @@ }] } -ad_proc -public evaluation::apm_callback::create_one_assignment_type { +ad_proc -public evaluation::apm::create_one_assignment_type { -impl_id:required } { Create the notification type for one specific assignment @@ -938,7 +938,7 @@ -description "[_ evaluation.lt_Notification_for_assi]"] } -ad_proc -public evaluation::apm_callback::create_one_evaluation_type { +ad_proc -public evaluation::apm::create_one_evaluation_type { -impl_id:required } { Create the notification type for one specific evaluation @@ -951,7 +951,7 @@ -description "[_ evaluation.lt_Notification_for_eval]"] } -ad_proc -public evaluation::apm_callback::enable_intervals_and_methods { +ad_proc -public evaluation::apm::enable_intervals_and_methods { -type_id:required } { Enable the intervals and delivery methods of a specific type