Changeset 766 for library/bdm/bdmroot.h

Show
Ignore:
Timestamp:
01/11/10 22:55:57 (14 years ago)
Author:
mido
Message:

abstract methods restored wherever they are meaningful
macros NOT_IMPLEMENTED and NOT_IMPLEMENTED_VOID defined to make sources shorter
emix::set_parameters and mmix::set_parameters removed, corresponding acces methods created and the corresponding validate methods improved appropriately
some compilator warnings were avoided
and also a few other things cleaned up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/bdmroot.h

    r756 r766  
    1919#include "itpp_ext.h" 
    2020#include "base/libconfig/lib/libconfig.h++" 
     21#include "bdmerror.h" 
    2122 
    2223using namespace libconfig; 
     
    9495        virtual void validate() { 
    9596        } 
     97 
     98        //! Virtual method providing deep copy of instances 
     99        virtual root* _copy() const NOT_IMPLEMENTED(NULL); 
     100         
     101 
    96102        //! access function 
    97103        int _log_level() const {