From f244a5f6162f4fa06f78844dc32edb8d23cf1b03 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:00:41 +0000 Subject: Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 3) --- Ivy/IvyApplication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Ivy') diff --git a/Ivy/IvyApplication.h b/Ivy/IvyApplication.h index d7823f0..8a31888 100644 --- a/Ivy/IvyApplication.h +++ b/Ivy/IvyApplication.h @@ -64,11 +64,11 @@ public: // Implementation protected: - string appname; + String appname; bool AppConnectedCallbackCalled; Ivy *bus; /* liste des souscriptions remote */ - map regexp_in; + std::map regexp_in; }; -- cgit v1.1