From d469bb8aa045a13d1499cd41ea73b33c397e0a2a Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Thu, 16 Aug 2007 16:53:24 +1000 Subject: [PATCH] Added empty set_sobj_attributes proc. r2127 | ffr | 2007-08-16 16:53:24 +1000 (Thu, 16 Aug 2007) | 2 lines --- site_ansto/instrument/hrpd/config/counter/counter.tcl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site_ansto/instrument/hrpd/config/counter/counter.tcl b/site_ansto/instrument/hrpd/config/counter/counter.tcl index 3bdfc518..0f492c55 100644 --- a/site_ansto/instrument/hrpd/config/counter/counter.tcl +++ b/site_ansto/instrument/hrpd/config/counter/counter.tcl @@ -9,3 +9,9 @@ if {$sim_mode == "true"} { source $cfPath(counter)/counter_common_1.tcl unset sim_mode + +## TODO Put all the counter macros in the counter namespace +namespace eval counter { + proc set_sobj_attributes {} { + } +}