Changeset 19238


Ignore:
Timestamp:
04/01/15 18:56:01 (10 years ago)
Author:
schlegel
Message:

CHG: reset hooks when demarshalling

File:
1 edited

Legend:

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

    r19215 r19238  
    121121/*}}}*/
    122122void Hook::Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ /*{{{*/
     123
     124        if(marshall_direction==MARSHALLING_BACKWARD) reset();
    123125
    124126        MARSHALLING_ENUM(HookEnum);
Note: See TracChangeset for help on using the changeset viewer.