Ignore:
Timestamp:
02/01/21 12:42:26 (3 years ago)
Author:
yushan
Message:

Graph intermediate commit to a tmp branch. Integrate latest modifications of branch coupling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/node/context.hpp

    r2019 r2027  
    1414#include "services_manager.hpp" 
    1515#include "server_context.hpp" 
    16  
    17  
    18 namespace xios { 
     16#include "event_scheduler.hpp" 
     17 
     18namespace xios 
     19{ 
    1920   class CContextClient; 
    2021   class CContextServer; 
     
    339340         
    340341      private: 
     342         CEventScheduler* eventScheduler_ ; //! The local event scheduler for context 
     343         size_t hashId_ ; //! the local hashId for scheduler 
     344         size_t timeLine_=0 ; 
     345         void initEventScheduler(void) ; 
     346 
    341347         bool isPostProcessed; 
    342348         bool allProcessed; 
Note: See TracChangeset for help on using the changeset viewer.