From fbbba9efa5f7e22b7d6d824b5126af3e20c0479e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:01:03 +0000 Subject: Utilisateur : Fcolin Date : 1/06/06 Heure : 16:40 Archivé dans $/Bus/Ivy Commentaire: correction bug du a la separation du module regexp transformation des tables de regexp en table de Hash (vss 14) --- Ivy/IvyApplication.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ivy/IvyApplication.h b/Ivy/IvyApplication.h index c32ca5f..64aa49f 100644 --- a/Ivy/IvyApplication.h +++ b/Ivy/IvyApplication.h @@ -58,10 +58,10 @@ protected: Ivy *bus; /* liste des souscriptions remote */ /* en clair */ - ivy::vector regexp_str_in; + ivy::map regexp_str_in; /* compile */ - typedef ivy::vector RegexpVector; - RegexpVector regexp_in; + typedef ivy::map Bindings; + Bindings regexp_in; friend class Ivy; }; -- cgit v1.1