Show
Ignore:
Timestamp:
08/05/09 00:01:58 (15 years ago)
Author:
mido
Message:

1) ad UserInfo?: UI::get a UI::build predelany tak, ze vraci fals / NULL v pripade neexistence pozadovaneho Settingu, pridana enumericky typ UI::SettingPresence?, predelany stavajici UI implementace, dodelana UI dokumentace
2) dokoncena konfigurace ASTYLERU, brzy bude aplikovan
3) doxygen nastaven tak, ze vytvari soubor doxy_warnings.txt

Files:
1 modified

Legend:

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

    r462 r471  
    330330  //!@} 
    331331  void from_setting(const Setting &set){ 
    332           if (set.exists("rv")){ 
    333                   RV* r = UI::build<RV>(set,"rv"); 
     332          RV* r = UI::build<RV>(set,"rv"); 
     333          if (r){ 
    334334                  set_rv(*r);  
    335335                  delete r;