--- rpl/src/gestion_variables_partagees.c 2012/12/13 16:59:41 1.37 +++ rpl/src/gestion_variables_partagees.c 2012/12/14 14:19:49 1.38 @@ -35,6 +35,45 @@ ================================================================================ */ +logical1 +creation_variable_partagee(struct_processus *s_etat_processus, + struct_variable_partagee *s_variable) +{ + BUG(1); + return(d_absence_erreur); +} + +logical1 +retrait_variable_partagee(struct_processus *s_etat_processus, + unsigned char *nom_variable, union_position_variable position) +{ + BUG(1); + return(d_absence_erreur); +} + +logical1 +retrait_variables_partagees_locales(struct_processus *s_etat_processus) +{ + BUG(1); + return(d_absence_erreur); +} + +logical1 +recherche_variable_partagee(struct_processus *s_etat_processus, + unsigned char *nom_variable, union_position_variable position, + unsigned char origine) +{ + BUG(1); + return(d_faux); +} + +void +liberation_arbre_variables_partagees(struct_processus *s_etat_processus, + struct_arbre_variables *arbre) +{ + return; +} + #if 0 logical1 creation_variable_partagee(struct_processus *s_etat_processus,