Ignore:
Timestamp:
03/13/17 17:21:04 (7 years ago)
Author:
oabramkina
Message:

dev: test for secondary servers added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/field.cpp

    r1054 r1071  
    398398  { 
    399399    CContext* context = CContext::getCurrent(); 
    400     CContextClient* client = context->client; 
     400//    CContextClient* client = context->client; 
     401    CContextClient* client = (!context->hasServer) ? context->client : this->file->getContextClient(); 
     402 
    401403 
    402404    lastDataRequestedFromServer = tsDataRequested; 
Note: See TracChangeset for help on using the changeset viewer.