summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:56 +0000
committerfcolin2007-02-01 13:02:56 +0000
commit5346e5f9ebe3b4047b6b2a0971fe2fc9b908c204 (patch)
treeeeffcfc8f91e926c26055b549788dc0e6a1f747e
parentb06bf348dcbf0db65f8234b90633d330eecd7a5f (diff)
downloadivy-cplusplus-5346e5f9ebe3b4047b6b2a0971fe2fc9b908c204.zip
ivy-cplusplus-5346e5f9ebe3b4047b6b2a0971fe2fc9b908c204.tar.gz
ivy-cplusplus-5346e5f9ebe3b4047b6b2a0971fe2fc9b908c204.tar.bz2
ivy-cplusplus-5346e5f9ebe3b4047b6b2a0971fe2fc9b908c204.tar.xz
Utilisateur : Fcolin Date : 18/11/05 Heure : 11:46 Archivé dans $/Bus/Ivy Commentaire: repassage a la STL et correction bug multithread (vss 15)
-rw-r--r--Bus/Ivy/IvyStdAfx.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Bus/Ivy/IvyStdAfx.h b/Bus/Ivy/IvyStdAfx.h
index 13d097c..1c0821b 100644
--- a/Bus/Ivy/IvyStdAfx.h
+++ b/Bus/Ivy/IvyStdAfx.h
@@ -45,8 +45,21 @@ struct ip_mreq {
#define IN_CLASSD(i) (((long)(i) & 0xf0000000) == 0xe0000000)
#endif
+#ifdef IVY_USE_OWN_DATATYPES
+
#include "DataTypes.h"
+#else
+
+#include <string>
+#include <list>
+#include <vector>
+
+namespace ivy = std;
+
+#endif
+
+
#ifdef WIN32
#ifndef TRACE