Index: openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-create.sql 9 Oct 2001 03:49:09 -0000 1.1 @@ -0,0 +1,72 @@ + +-- +-- The fs applet for dotLRN +-- copyright 2001, OpenForce +-- distributed under GPL v2.0 +-- +-- +-- ben,arjun@openforce.net +-- +-- 10/05/2001 +-- + + +declare + foo integer; +begin + -- create the implementation + foo := acs_sc_impl.new ( + 'dotlrn_applet', + 'dotlrn_fs', + 'dotlrn_fs' + ); + + -- add all the hooks + + -- GetPrettyName + foo := acs_sc_impl.new_alias ( + 'dotlrn_applet', + 'dotlrn_fs', + 'GetPrettyName', + 'dotlrn_fs::get_pretty_name', + 'TCL' + ); + + -- AddApplet + foo := acs_sc_impl.new_alias ( + 'dotlrn_applet', + 'dotlrn_fs', + 'AddApplet', + 'dotlrn_fs::add_applet', + 'TCL' + ); + + -- RemoveApplet + foo := acs_sc_impl.new_alias ( + 'dotlrn_applet', + 'dotlrn_fs', + 'RemoveApplet', + 'dotlrn_fs::remove_applet', + 'TCL' + ); + + -- AddUser + foo := acs_sc_impl.new_alias ( + 'dotlrn_applet', + 'dotlrn_fs', + 'AddUser', + 'dotlrn_fs::add_user', + 'TCL' + ); + + -- RemoveUser + foo := acs_sc_impl.new_alias ( + 'dotlrn_applet', + 'dotlrn_fs', + 'RemoveUser', + 'dotlrn_fs::remove_user', + 'TCL' + ); +end; +/ +show errors Fisheye: Tag 1.3 refers to a dead (removed) revision in file `openacs-4/packages/dotlrn-fs/sql/oracle/dotlrn-fs-init.sql'. Fisheye: No comparison available. Pass `N' to diff?