Added empty set_sobj_attributes proc.

r2120 | ffr | 2007-08-16 16:05:50 +1000 (Thu, 16 Aug 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2012-11-15 13:22:18 +11:00
committed by Douglas Clowes
co-authored by Douglas Clowes
parent 6ce90065d3
commit a483a327b0
@@ -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 {} {
}
}