Diff for /rpl/src/interface_cas.cpp between versions 1.17 and 1.19

version 1.17, 2011/09/20 19:28:39 version 1.19, 2011/11/18 09:51:33
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.3    RPL/2 (R) version 4.1.4
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 76  liberation_contexte_cas(struct_processus Line 76  liberation_contexte_cas(struct_processus
     return;      return;
 }  }
   
   #ifdef RPLCAS
 static unsigned char *  static unsigned char *
 conversion_rpl_vers_cas(struct_processus *s_etat_processus,  conversion_rpl_vers_cas(struct_processus *s_etat_processus,
         struct_objet **s_objet)          struct_objet **s_objet)
Line 400  conversion_cas_vers_rpl(struct_processus Line 401  conversion_cas_vers_rpl(struct_processus
   
     return;      return;
 }  }
   #endif
   
   
 /*  /*

Removed from v.1.17  
changed lines
  Added in v.1.19


CVSweb interface <joel.bertrand@systella.fr>