Ignore:
Timestamp:
03/30/12 17:45:29 (12 years ago)
Author:
ymipsl
Message:

removed "tree" namespace

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/xml_parser.cpp

    r335 r345  
    5252               do 
    5353               { 
    54                   boost::shared_ptr<tree::CContextGroup> group_context = 
    55                                     tree::CContext::GetContextGroup(); 
     54                  boost::shared_ptr<CContextGroup> group_context = 
     55                                    CContext::GetContextGroup(); 
    5656                  attributes = node.getAttributes(); 
    5757 
     
    6565                  CGroupFactory::SetCurrentContextId(attributes["id"]); 
    6666 
    67                   bool hasctxt = CObjectFactory::HasObject<tree::CContext>(attributes["id"]); 
     67                  bool hasctxt = CObjectFactory::HasObject<CContext>(attributes["id"]); 
    6868 
    6969                  if(hasctxt) 
     
    7474                  } 
    7575 
    76                   boost::shared_ptr<tree::CContext> context = 
    77                      CObjectFactory::CreateObject<tree::CContext>(attributes["id"]); 
     76                  boost::shared_ptr<CContext> context = 
     77                     CObjectFactory::CreateObject<CContext>(attributes["id"]); 
    7878                  if (!hasctxt) CGroupFactory::AddChild(group_context, context); 
    7979                  context->parse(node); 
Note: See TracChangeset for help on using the changeset viewer.