From 1069594d5234eff4a9986beeb06ea4097504e620 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:00:55 +0000 Subject: Utilisateur : Fcolin Date : 2/06/05 Heure : 18:42 Archivé dans $/Bus/Ivy Commentaire: Suppression de la STL et ajout d'un namespace pour les datatypes internes Ivy (vss 10) --- Bus/Ivy/IvyApplication.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bus/Ivy') diff --git a/Bus/Ivy/IvyApplication.h b/Bus/Ivy/IvyApplication.h index 61b4432..7171fef 100644 --- a/Bus/Ivy/IvyApplication.h +++ b/Bus/Ivy/IvyApplication.h @@ -60,15 +60,15 @@ public: // Implementation protected: - string appname; + ivy::string appname; bool AppConnectedCallbackCalled; Ivy *bus; /* liste des souscriptions remote */ #ifdef USE_PCRE static const int max_subexp = 200; - typedef vector RegexpVector; + typedef ivy::vector RegexpVector; #else - typedef vector RegexpVector; + typedef ivy::vector RegexpVector; #endif RegexpVector regexp_in; -- cgit v1.1