server_config.tcl

Remove call to obsolete ::utility::set_sctobj_attributes because it
returns an error and aborts the server_set_sobj_attributes proc.
This bug meant that script context objects weren't being linked into the
hdb tree.

util/utility.tcl
Removed obselete ::utility::set_sctobj_attributes proc because
sctcontrollers are no longer being added to the root of the hdb tree.
This commit is contained in:
Ferdi Franceschini
2013-02-14 11:32:36 +11:00
parent 4fa515c351
commit 9e30a158fb
2 changed files with 0 additions and 7 deletions

View File

@@ -226,7 +226,6 @@ proc server_set_sobj_attributes {} {
::nexus::set_sobj_attributes
::histogram_memory::set_sobj_attributes
::utility::set_chopper_attributes
::utility::set_sctobj_attributes
::utility::set_sct_object_attributes
## TODO move the following to the new ansto gumxml.tcl
sicslist setatt getgumtreexml privilege internal

View File

@@ -435,12 +435,6 @@ proc ::utility::set_histomem_attributes {} {
sicslist setatt $hm mutable true
}
}
proc ::utility::set_sctobj_attributes {} {
foreach sobj [sicslist type SctController] {
hsetprop /$sobj control false
hsetprop /$sobj data false
}
}
proc ::utility::set_sct_object_attributes {} {
foreach sobj [sicslist type SCT_OBJECT] {
sicslist setatt $sobj data true