Ignore:
Timestamp:
01/31/19 12:12:52 (5 years ago)
Author:
yushan
Message:

branch merged with trunk @1645. arch file (ep&mpi) added for ADA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/attribute_template.hpp

    r1601 r1646  
    7373//            virtual void toBinary  (StdOStream & os) const; 
    7474//            virtual void fromBinary(StdIStream & is); 
     75            virtual StdString dump(void) const { return _dump();} 
    7576 
    7677            virtual bool toBuffer  (CBufferOut& buffer) const { return _toBuffer(buffer);} 
     
    9798          bool isEqual_(const CAttributeTemplate& attr); 
    9899          StdString _toString(void) const; 
     100          StdString _dump(void) const; 
    99101          void _fromString(const StdString & str); 
    100102          bool _toBuffer  (CBufferOut& buffer) const; 
Note: See TracChangeset for help on using the changeset viewer.