Ignore:
Timestamp:
10/18/19 15:40:35 (5 years ago)
Author:
ymipsl
Message:

implementing first guess for service functionnalities.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_SERVICES/src/interface/c/iccalendar.cpp

    r1753 r1761  
    1616    xios::CContext* context = CContext::getCurrent(); 
    1717    if (!context->hasServer && !context->client->isAttachedModeEnabled()) 
    18       context->checkBuffersAndListen(); 
     18      context->eventLoop(); 
     19//ym      context->checkBuffersAndListen(); 
     20       
    1921    context->updateCalendar(step); 
    2022    context->sendUpdateCalendar(step); 
Note: See TracChangeset for help on using the changeset viewer.