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/node/field.cpp

    r334 r335  
    88#include "calendar_util.hpp" 
    99 
    10 namespace xmlioserver{ 
     10namespace xios{ 
    1111namespace tree { 
    1212    
     
    385385         this->freq_write_srv     = 
    386386             CDuration::FromString(this->file->output_freq.getValue()); 
    387          this->lastlast_Write_srv     = boost::shared_ptr<xmlioserver::date::CDate> 
     387         this->lastlast_Write_srv     = boost::shared_ptr<xios::date::CDate> 
    388388                        (new date::CDate(context->getCalendar()->getInitDate())); 
    389          this->last_Write_srv     = boost::shared_ptr<xmlioserver::date::CDate> 
     389         this->last_Write_srv     = boost::shared_ptr<xios::date::CDate> 
    390390                        (new date::CDate(context->getCalendar()->getInitDate())); 
    391          this->last_operation_srv = boost::shared_ptr<xmlioserver::date::CDate> 
     391         this->last_operation_srv = boost::shared_ptr<xios::date::CDate> 
    392392                        (new date::CDate(context->getCalendar()->getInitDate())); 
    393393//         this->foperation_srv     = 
     
    402402         this->freq_operation = CDuration::FromString(freq_op.getValue()); 
    403403         this->freq_write     = CDuration::FromString(this->file->output_freq.getValue()); 
    404          this->last_Write     = boost::shared_ptr<xmlioserver::date::CDate> 
     404         this->last_Write     = boost::shared_ptr<xios::date::CDate> 
    405405                        (new date::CDate(context->getCalendar()->getInitDate())); 
    406          this->last_operation = boost::shared_ptr<xmlioserver::date::CDate> 
     406         this->last_operation = boost::shared_ptr<xios::date::CDate> 
    407407                        (new date::CDate(context->getCalendar()->getInitDate())); 
    408408                         
     
    559559   ///------------------------------------------------------------------- 
    560560 
    561 } // namespace xmlioserver 
     561} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.