Ignore:
Timestamp:
09/21/22 15:53:51 (21 months ago)
Author:
ymipsl
Message:

Implement separate "reader" and "writer" service. Default reader live on same ressources that "writer" or "gatherer" services.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/cxios.cpp

    r2335 r2407  
    2626  const string CXios::defaultPoolId="default_pool_id" ; 
    2727  const string CXios::defaultServerId="default_server_id" ; 
     28  const string CXios::defaultWriterId="default_writer_id" ; 
     29  const string CXios::defaultReaderId="default_reader_id" ; 
    2830  const string CXios::defaultGathererId="default_gatherer_id" ; 
    2931  const string CXios::defaultServicesId="default_services_id" ; 
Note: See TracChangeset for help on using the changeset viewer.