From 30647835ffd705bf9915c2990654d731946b9c24 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:57:03 +0000 Subject: Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 3) --- Ivy/Ivy.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ivy/Ivy.h b/Ivy/Ivy.h index b0a175e..451a6c7 100644 --- a/Ivy/Ivy.h +++ b/Ivy/Ivy.h @@ -67,7 +67,7 @@ public: virtual ~Ivy(); /* message a emettre sur connection nouvelle application */ - string ready_message; + String ready_message; protected: bool synchronous; // use Window Shink to made CB mono thread like @@ -77,16 +77,16 @@ protected: IvyDirectMessageCallback *direct_callback; IvyApplicationCallback *application_callback; /* list des adresses de broadcast */ - string domain; + String domain; /* nom de l'appliction */ - string appname; + String appname; /* liste des clients connectes */ CRITICAL_SECTION m_application_cs; typedef std::list IvyApplicationList; IvyApplicationList applications; /* liste des souscriptions locale a emettre aux autres applications */ - std::vector regexp_out; + std::vector regexp_out; /* liste des callbacks a appeler */ std::vector< IvyMessageCallback* > callbacks; /* classes de messages emis par l'application utilise pour le filtrage */ -- cgit v1.1