From 1abb65db0185641174b5dba1195ca1d9d89760a9 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:02:34 +0000 Subject: Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 4) --- Bus/Ivy/IvyStdAfx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bus/Ivy/IvyStdAfx.h b/Bus/Ivy/IvyStdAfx.h index 622609f..a036dd3 100644 --- a/Bus/Ivy/IvyStdAfx.h +++ b/Bus/Ivy/IvyStdAfx.h @@ -47,9 +47,9 @@ struct ip_mreq { #include #include -using namespace std; +typedef std::string String; -// Debugging function +//using namespace std; #ifndef TRACE #ifdef WIN32 -- cgit v1.1