Index: openacs-4/packages/file-storage/sql/oracle/file-storage-notifications-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/sql/oracle/file-storage-notifications-create.sql,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/file-storage/sql/oracle/file-storage-notifications-create.sql 21 Jul 2004 22:37:17 -0000 1.1.2.1 +++ openacs-4/packages/file-storage/sql/oracle/file-storage-notifications-create.sql 6 Sep 2004 15:11:43 -0000 1.1.2.2 @@ -7,16 +7,27 @@ impl_id := acs_sc_impl.new ( 'NotificationType', 'fs_fs_notif_type', - 'file_storage' + 'file_storage', + 'file_storage' ); v_foo := acs_sc_impl.new_alias ( 'NotificationType', 'fs_fs_notif_type', 'GetURL', + 'fs::notification::get_url', 'TCL' ); + v_foo := acs_sc_impl.new_alias ( + 'NotificationType', + 'fs_fs_notif_type', + 'ProcessReply', + 'fs::notification::process_reply', + 'TCL' + ); + + acs_sc_binding.new ( contract_name => 'NotificationType', impl_name => 'fs_fs_notif_type' Index: openacs-4/packages/file-storage/sql/postgresql/file-storage-notifications-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/sql/postgresql/file-storage-notifications-create.sql,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/file-storage/sql/postgresql/file-storage-notifications-create.sql 21 Jul 2004 22:37:18 -0000 1.1.2.1 +++ openacs-4/packages/file-storage/sql/postgresql/file-storage-notifications-create.sql 6 Sep 2004 15:11:43 -0000 1.1.2.2 @@ -7,7 +7,8 @@ impl_id := acs_sc_impl__new ( ''NotificationType'', ''fs_fs_notif_type'', - ''file_storage'' + ''file_storage'', + ''file_storage'' ); v_foo := acs_sc_impl_alias__new (