Ignore:
Timestamp:
04/12/12 17:02:23 (12 years ago)
Author:
ymipsl
Message:

Suppress access to CObjectFactory class and CTreeManager.

YM

File:
1 edited

Legend:

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

    r345 r346  
    8383   { 
    8484      boost::shared_ptr<CVariableGroup> group_ptr = (this->hasId()) 
    85          ? CObjectFactory::GetObject<CVariableGroup>(this->getId()) 
    86          : CObjectFactory::GetObject(this); 
     85         ? CVariableGroup::get(this->getId()) : CVariableGroup::get(this); 
    8786 
    8887      StdString content; 
     
    101100           subdata   = content.substr ( begindata, enddata-begindata); 
    102101 
    103            CGroupFactory::CreateChild(group_ptr, subid)->content = subdata; 
     102           group_ptr->createChild(subid)->content = subdata ; 
    104103        } 
    105104      } 
Note: See TracChangeset for help on using the changeset viewer.