summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:34 +0000
committerfcolin2007-02-01 13:02:34 +0000
commit1abb65db0185641174b5dba1195ca1d9d89760a9 (patch)
tree5dd0baf707548bcc30e5ad93a58a11a6aa3a3218
parente3f7d25b9ea20741ba47936b330491c18e6de473 (diff)
downloadivy-cplusplus-1abb65db0185641174b5dba1195ca1d9d89760a9.zip
ivy-cplusplus-1abb65db0185641174b5dba1195ca1d9d89760a9.tar.gz
ivy-cplusplus-1abb65db0185641174b5dba1195ca1d9d89760a9.tar.bz2
ivy-cplusplus-1abb65db0185641174b5dba1195ca1d9d89760a9.tar.xz
Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 4)
-rw-r--r--Bus/Ivy/IvyStdAfx.h4
1 files 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 <map>
#include <list>
-using namespace std;
+typedef std::string String;
-// Debugging function
+//using namespace std;
#ifndef TRACE
#ifdef WIN32