Show
Ignore:
Timestamp:
01/29/10 01:13:17 (14 years ago)
Author:
mido
Message:

validate() finally included into UI::build mechanism and removed from some from_setting methods,
from that point StateDS test does not pass, I do not understand why

Files:
1 modified

Legend:

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

    r766 r795  
    150150                set_drv ( iepdf->_rv(), RV() ); 
    151151                utsize = 0; 
    152                 validate(); 
    153         } 
     152        } 
     153 
    154154        void validate() { 
     155                DS::validate(); 
     156 
    155157                dt = iepdf->sample(); 
    156158        } 
     
    237239                utsize = ut.length(); 
    238240                dtsize = ytsize + utsize; 
    239                 validate(); 
    240         } 
     241        } 
     242 
    241243        void validate() { 
     244                DS::validate(); 
     245 
    242246                //taken from sample() - shift of history is not done here 
    243247                ut2rgr.filldown ( ut, rgr );