Ignore:
Timestamp:
09/18/15 12:01:48 (9 years ago)
Author:
ymipsl
Message:

Implement registryIn and registryOut functionnalities.
YM

File:
1 edited

Legend:

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

    r597 r697  
    66#include "buffer_client.hpp" 
    77#include "type.hpp" 
    8 #include "message.hpp" 
    98#include "event_client.hpp" 
    109#include "context.hpp" 
     
    7170 
    7271      timeLine = 0; 
     72 
    7373    } 
    7474 
     75      
    7576    /*! 
    7677    In case of attached mode, the current context must be reset to context for client 
     
    287288  } 
    288289 
     290  
     291 
    289292   /*! 
    290293   Finalize context client and do some reports 
    291294   */ 
     295     
    292296   void CContextClient::finalize(void) 
    293297   { 
    294298     map<int,CClientBuffer*>::iterator itBuff; 
    295299     bool stop = true; 
    296  
     300       
    297301     CEventClient event(CContext::GetType(), CContext::EVENT_ID_CONTEXT_FINALIZE); 
    298302     if (isServerLeader()) 
     
    327331 
    328332     releaseBuffers(); 
     333      
    329334   } 
    330335} 
Note: See TracChangeset for help on using the changeset viewer.