Ignore:
Timestamp:
01/10/17 14:36:29 (7 years ago)
Author:
oabramkina
Message:

Intermeadiate version for merging with new server functionalities.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/object_template.hpp

    r1009 r1021  
    99#include "event_server.hpp" 
    1010#include "attribute.hpp" 
     11#include "context_client.hpp" 
    1112 
    1213namespace xios 
     
    5657         std::map<int, size_t> getMinimumBufferSizeForAttributes(); 
    5758         void sendAttributToServer(const string& id); 
    58          void sendAttributToServer(const string& id, const int srvPool); 
     59         void sendAttributToServer(const string& id, CContextClient* client); 
    5960         void sendAttributToServer(CAttribute& attr) ; 
    60          void sendAttributToServer(CAttribute& attr, const int srvPool) ; 
     61         void sendAttributToServer(CAttribute& attr, CContextClient* client) ; 
    6162         void sendAllAttributesToServer(); 
    62          void sendAllAttributesToServer(const int srvPool); 
     63         void sendAllAttributesToServer(CContextClient* client); 
    6364         void sendAddItem(const string& id, int itemType); 
    64          void sendAddItem(const string& id, int itemType, const int srvPool); 
     65         void sendAddItem(const string& id, int itemType, CContextClient* client); 
    6566         static void recvAttributFromClient(CEventServer& event) ; 
    6667         static bool dispatchEvent(CEventServer& event) ; 
Note: See TracChangeset for help on using the changeset viewer.