Ignore:
Timestamp:
03/20/15 15:57:29 (10 years ago)
Author:
Eric.Larour
Message:

CHG: going deeper in the low level objects to propagate the new MARSHALL capability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Params/DoubleParam.cpp

    r18237 r19215  
    5252}
    5353/*}}}*/
     54void DoubleParam::Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ /*{{{*/
     55
     56        MARSHALLING_ENUM(DoubleParamEnum);
     57
     58        MARSHALLING(enum_type);
     59        MARSHALLING(value);
     60
     61}
     62/*}}}*/
    5463
    5564/*DoubleParam virtual functions definitions: */
Note: See TracChangeset for help on using the changeset viewer.