Ignore:
Timestamp:
01/11/17 15:14:22 (7 years ago)
Author:
mhnguyen
Message:

Merging working version of coupler

+) Add some changes of domain and axis: Retransfer the atttributes in a generic ways for each level of client (or server)
+) Remove some spoiled files from the previous commits

Test
+) No test

File:
1 edited

Legend:

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

    r778 r1025  
    5555            //! Returns true if and only if the attribute should be publicly exposed in the API 
    5656            virtual bool isPublic() const { return true; } 
     57             
     58            //! Return true if the attribute should be sent to other clients or servers 
     59            virtual bool doSend() const { return true; } 
    5760 
    5861            virtual void generateCInterface(ostream& oss, const string& className) = 0 ; 
Note: See TracChangeset for help on using the changeset viewer.