Ignore:
Timestamp:
03/30/12 17:10:25 (12 years ago)
Author:
ymipsl
Message:

remove obsolete method and member in context class

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.cpp

    r343 r344  
    4949   } 
    5050    
    51    //---------------------------------------------------------------- 
    52    void CContext::setDataTreatment(boost::shared_ptr<data::CDataTreatment> ndatat) 
    53    { 
    54       this->datat = ndatat; 
    55    } 
    56  
    57    //---------------------------------------------------------------- 
    58    boost::shared_ptr<data::CDataTreatment> CContext::getDataTreatment(void) const 
    59    { 
    60       return (this->datat); 
    61    } 
    6251 
    6352   //---------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.