Ignore:
Timestamp:
03/30/12 15:37:54 (12 years ago)
Author:
ymipsl
Message:

Change namespace xmlioserver -> xios

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/c/icdate.cpp

    r325 r335  
    11/* ************************************************************************** * 
    2  *      Copyright © IPSL/LSCE, XMLIOServer, Avril 2010 - Octobre 2011         * 
     2 *      Copyright © IPSL/LSCE, xios, Avril 2010 - Octobre 2011         * 
    33 * ************************************************************************** */ 
    44 
     
    2626      { 
    2727         date::CDuration dur = {ts_year, ts_month, ts_day, ts_hour, ts_minute, ts_second}; 
    28          boost::shared_ptr<xmlioserver::tree::CContext> context = 
    29          xmlioserver::CObjectFactory::GetObject<xmlioserver::tree::CContext> 
     28         boost::shared_ptr<xios::tree::CContext> context = 
     29         xios::CObjectFactory::GetObject<xios::tree::CContext> 
    3030            (CObjectFactory::GetCurrentContextId()); 
    3131          
     
    3333            context->sendAttributToServer("timestep") ; 
    3434      } 
    35       catch (xmlioserver::CException & exc) 
     35      catch (xios::CException & exc) 
    3636      { 
    3737         std::cerr << exc.getMessage() << std::endl; 
     
    4242   void cxios_update_calendar(int step) 
    4343   { 
    44       boost::shared_ptr<xmlioserver::tree::CContext> context = 
    45             xmlioserver::CObjectFactory::GetObject<xmlioserver::tree::CContext> 
     44      boost::shared_ptr<xios::tree::CContext> context = 
     45            xios::CObjectFactory::GetObject<xios::tree::CContext> 
    4646            (CObjectFactory::GetCurrentContextId()); 
    4747      context->updateCalendar(step) ; 
Note: See TracChangeset for help on using the changeset viewer.