Added empty set_sobj_attributes proc.

r2127 | ffr | 2007-08-16 16:53:24 +1000 (Thu, 16 Aug 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-08-16 16:53:24 +10:00
committed by Douglas Clowes
parent 5c9b53efbc
commit d469bb8aa0

View File

@@ -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 {} {
}
}