Show
Ignore:
Timestamp:
07/28/09 15:07:47 (15 years ago)
Author:
vbarta
Message:

moved egiw_test to testsuite (partially converted to a configurable test); added public method clearing RVs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r432 r436  
    197197 
    198198  // TODO dodelat void to_setting( Setting &set ) const; 
     199 
     200  //! Invalidate all named RVs. Use before initializing any RV instances, with care... 
     201  static void clear_all(); 
    199202}; 
    200203UIREGISTER(RV);