From 299c93cb71c2b55321a11be3e14800a6be320081 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) --- Ivy/IvyApplication.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Ivy') diff --git a/Ivy/IvyApplication.h b/Ivy/IvyApplication.h index 61b4432..7171fef 100644 --- a/Ivy/IvyApplication.h +++ b/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