SICS-469: Define a dummy ::histogram_memory::set_sobj_attributes

function for Taipan because SICS will abort setting the attributes on
other objects if this raises an error.  This means that some objects
like environment controllers (eg ls340) won't be added to the control
interface or saved in the data file.

r3584 | ffr | 2012-06-04 13:21:42 +1000 (Mon, 04 Jun 2012) | 6 lines
This commit is contained in:
Ferdi Franceschini
2012-06-04 13:21:42 +10:00
committed by Douglas Clowes
parent 9518e46440
commit 0b393d04f4

View File

@@ -5,4 +5,6 @@ namespace eval histogram_memory {
# Define isc_initialize to give server_config.tcl:server_init something to call
proc isc_initialize {} {
}
proc set_sobj_attributes {} {
}
}