Ignore:
Timestamp:
11/23/18 14:48:14 (5 years ago)
Author:
oabramkina
Message:

Dev: adding exception handling.

To activate it, compilation flag -DXIOS_EXCEPTION should be added.

File:
1 edited

Legend:

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

    r1478 r1612  
    4040    virtual void fromString(const string& str)   { _fromString(str); } 
    4141    virtual string toString(void) const { return _toString(); } 
     42    virtual string dump(void) const { return _toString(); } 
    4243    virtual bool fromBuffer(CBufferIn& buffer) { return _fromBuffer(buffer) ; } 
    4344    virtual bool toBuffer(CBufferOut& buffer) const { return _toBuffer(buffer); } 
Note: See TracChangeset for help on using the changeset viewer.