diff options
author | fcolin | 2007-02-01 13:02:34 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:02:34 +0000 |
commit | 1abb65db0185641174b5dba1195ca1d9d89760a9 (patch) | |
tree | 5dd0baf707548bcc30e5ad93a58a11a6aa3a3218 /Bus/Ivy/IvyStdAfx.h | |
parent | e3f7d25b9ea20741ba47936b330491c18e6de473 (diff) | |
download | ivy-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)
Diffstat (limited to 'Bus/Ivy/IvyStdAfx.h')
-rw-r--r-- | Bus/Ivy/IvyStdAfx.h | 4 |
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
|