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.hpp

    r595 r697  
    44#include "xios_spl.hpp" 
    55#include "buffer_out.hpp" 
     6#include "buffer_in.hpp" 
    67#include "buffer_client.hpp" 
    78#include "event_client.hpp" 
     9#include "event_server.hpp" 
    810#include "mpi.hpp" 
     11#include "registry.hpp" 
    912 
    1013namespace xios 
     
    4649      void setBufferSize(const std::map<int,StdSize>& mapSize); 
    4750      void sendBufferSizeEvent(); 
    48  
    4951    public: 
    5052      CContext* context; //!< Context for client 
Note: See TracChangeset for help on using the changeset viewer.