Ignore:
Timestamp:
08/29/09 04:42:03 (3 years ago)
Author:
james
Message:

Add diagnostic to parse all abstracts and report any broken ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstract.tcl

    r1022 r1026  
    621621} 
    622622 
     623# implementation-independent way to get all abstract names 
     624proc bMotion_abstract_get_names { } { 
     625        global bMotion_abstract_contents 
     626        return [array names bMotion_abstract_contents] 
     627} 
    623628 
    624629bind time - "* * * * *" bMotion_abstract_auto_gc 
Note: See TracChangeset for help on using the changeset viewer.