Update of /cvsroot/fudaa/fudaa_devel/dodico/idl/metier
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30672/dodico/idl/metier
Modified Files:
hydraulique1d.idl
Log Message:
Index: hydraulique1d.idl
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/idl/metier/hydraulique1d.idl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** hydraulique1d.idl 6 Apr 2004 19:22:28 -0000 1.16
--- hydraulique1d.idl 9 Apr 2004 19:34:50 -0000 1.17
***************
*** 104,108 ****
rien creePoints();
ILimite creeLimite();
! // INoeud creeNoeud();
};
--- 104,108 ----
rien creePoints();
ILimite creeLimite();
! INoeud creeNoeud();
};
***************
*** 339,342 ****
--- 339,343 ----
{
attribute entier numero;
+ attribute entier indice;
attribute chaine nom;
***************
*** 657,660 ****
--- 658,664 ----
VILigneEauPoint creePoints(in entier nombre);
rien supprimePoints(in VILigneEauPoint points);
+ rien supprimePoint(in ILigneEauPoint point);
+ rien supprimePointsBiefNumero(in entier numeroBief);
+ rien miseAJourNumeroBiefPointsLigneEauInit(in entier nouveauNumero, in entier ancienNumero);
};
***************
*** 669,672 ****
--- 673,677 ----
IZone creeZoneSeche();
rien supprimeZonesSeches(in VIZone zonesSeches);
+ rien supprimeZonesSechesAvecBief(in IBief bief);
};
***************
*** 697,700 ****
--- 702,709 ----
ILaisse creeLaisse(in IBief biefRattache);
rien supprimeLaisses(in VILaisse laisses);
+ rien initIndiceLois();
+ rien supprimeZonesSechesAvecBief(in IBief bief);
+ rien supprimePointsLigneEauInitAvecBief(in IBief bief);
+ rien miseAJourNumeroBiefPointsLigneEauInit(in entier nouveauNumero, in entier ancienNumero);
loi::ILoiHydrogramme creeLoiHydrogramme();
loi::ILoiLimniHydrogramme creeLoiLimniHydrogramme();
***************
*** 755,758 ****
--- 764,768 ----
interface IDefinitionSections : IHydraulique1d
{
+ rien supprimeSectionMaillageAvecBief(in IBief bief);
};
***************
*** 861,864 ****
--- 871,875 ----
IBarragePrincipal creeBarragePrincipal();
IMaillage creeMaillage();
+ rien supprimeSectionMaillageAvecBief(in IBief bief);
};
***************
*** 1035,1038 ****
--- 1046,1050 ----
attribute binaire listingDamocles;
attribute binaire messagesEcran;
+ attribute binaire messagesEcranErreur;
attribute binaire resultatsRubens;
|