Ignore:
Timestamp:
02/20/12 11:22:02 (12 years ago)
Author:
ymipsl
Message:

Removing obsolete files and some cleaning...

YM

File:
1 edited

Legend:

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

    r300 r314  
    33#include "server_ym.hpp" 
    44#include "type.hpp" 
    5 #include "buffer.hpp" 
    65#include "context.hpp" 
    76#include "object_template_impl.hpp" 
     
    350349              <<"Context has already been registred") ; 
    351350       
    352 //      tree::CContext* ptr ; 
    353 //      if (tree::CContext::has(contextId)) ptr=tree::CContext::get(contextId).get() ; 
    354 //      else ptr=tree::CContext::create(contextId).get() ; 
    355351      shared_ptr<CContext> context=tree::CTreeManager::CreateContext(contextId) ; 
    356352      contextList[contextId]=context.get() ; 
Note: See TracChangeset for help on using the changeset viewer.