Index: generic/predefined.h =================================================================== diff -u -rf79e2c8697d6f0ae0082c257a65240e815e99ad8 -r46d2807a70f63de0d7b1f30921c4e7c418867652 --- generic/predefined.h (.../predefined.h) (revision f79e2c8697d6f0ae0082c257a65240e815e99ad8) +++ generic/predefined.h (.../predefined.h) (revision 46d2807a70f63de0d7b1f30921c4e7c418867652) @@ -18,7 +18,7 @@ "foreach cmd [info command ::xotcl::cmd::Class::*] {\n" "::xotcl::alias ::xotcl::Class [namespace tail $cmd] $cmd}\n" "::xotcl::Object instproc init args {}\n" -"::xotcl::Object instproc configureargs {} {;}\n" +"::xotcl::Object instproc objinterface {} {;}\n" "::xotcl::Class create ::xotcl::NonposArgs\n" "foreach cmd [info command ::xotcl::cmd::NonposArgs::*] {\n" "::xotcl::alias ::xotcl::NonposArgs [namespace tail $cmd] $cmd}\n" @@ -74,7 +74,7 @@ "eval next -childof $slotobject $args}\n" "::xotcl::MetaSlot create ::xotcl::Slot\n" "::xotcl::MetaSlot invalidateinterfacedefinition\n" -"::xotcl::Object instproc configureargs {} {\n" +"::xotcl::Object instproc objinterface {} {\n" "set arg_list [list]\n" "foreach slot [my info slotobjects] {\n" "set arg \"-[namespace tail $slot]\"\n"