Ignore:
Timestamp:
09/12/11 13:11:44 (14 years ago)
Author:
Eric.Larour
Message:

Discarded Marshall, Demarshall and MarshallSize routines for parallel compilation, where it is never used.
Only activated according to _SERIAL_ symbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Options/OptionChar.h

    r8564 r9777  
    3030                int   Id(){_error_("Not implemented yet");};
    3131                int   MyRank(){_error_("Not implemented yet");};
     32                #ifdef _SERIAL_
    3233                void  Marshall(char** pmarshalled_dataset){_error_("Not implemented yet");};
    3334                int   MarshallSize(){_error_("Not implemented yet");};
    3435                void  Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet");};
     36                #endif
    3537                int   Enum(){return OptionCharEnum;};
    3638                Object* copy(){_error_("Not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.