Index: generic/predefined.h =================================================================== diff -u -r89fec6ccb2d935530a2ab141440ca343deda3338 -rd3aa8e069917e7ba7d69e936ec4e563b7e0dc34d --- generic/predefined.h (.../predefined.h) (revision 89fec6ccb2d935530a2ab141440ca343deda3338) +++ generic/predefined.h (.../predefined.h) (revision d3aa8e069917e7ba7d69e936ec4e563b7e0dc34d) @@ -209,10 +209,10 @@ "-volatile:method,optional,noarg \\\n" "arg:initcmd,optional\n" "return $parameterdefinitions}\n" -"::xotcl2::Class create ::xotcl2::ParameterType\n" -"foreach cmd [info command ::xotcl::cmd::ParameterType::*] {\n" -"::xotcl::alias ::xotcl2::ParameterType [namespace tail $cmd] $cmd}\n" -"::xotcl2::ParameterType create ::xotcl2::parameterType\n" +"::xotcl2::Class create ::xotcl::ParameterSlot\n" +"foreach cmd [info command ::xotcl::cmd::ParameterSlot::*] {\n" +"::xotcl::alias ::xotcl::ParameterSlot [namespace tail $cmd] $cmd}\n" +"::xotcl::ParameterSlot create ::xotcl::parameterSlot\n" "proc createBootstrapAttributeSlots {class definitions} {\n" "if {![::xotcl::is ${class}::slot object]} {\n" "::xotcl2::Object create ${class}::slot}\n"