Ignore:
Timestamp:
11/13/14 15:09:28 (9 years ago)
Author:
mhnguyen
Message:

Seperating database of context on "client" side and "server" side

+) Add one more context in contex client in case of attached mode
+) Do some minor changements to make sure everything fine in case of attached mode
+) Replace buffer group with the new options

Test
+) On Curie
+) Connection mode: Attached and seperated
+) File mode: one and multiple
+) All tests passed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/object_template_impl.hpp

    r509 r511  
    193193       { 
    194194         CMessage msg ; 
    195          msg<<this->getId() ; 
     195//         msg<<this->getId() ; 
     196         msg<<this->getIdServer(); 
    196197         msg<<attr.getName() ; 
    197198         msg<<attr ; 
Note: See TracChangeset for help on using the changeset viewer.