diff options
author | fcolin | 2007-02-01 12:57:21 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:21 +0000 |
commit | 41ee984d61d27f8aac7e16b2d93aa8377fcd9ac8 (patch) | |
tree | 4b6e3d1cfc8606dea1211a9451d6fd1b815c5309 /Bus | |
parent | e64d2ca5d11a052d4fde6796ce02bd852f33ffd7 (diff) | |
download | ivy-cplusplus-41ee984d61d27f8aac7e16b2d93aa8377fcd9ac8.zip ivy-cplusplus-41ee984d61d27f8aac7e16b2d93aa8377fcd9ac8.tar.gz ivy-cplusplus-41ee984d61d27f8aac7e16b2d93aa8377fcd9ac8.tar.bz2 ivy-cplusplus-41ee984d61d27f8aac7e16b2d93aa8377fcd9ac8.tar.xz |
Utilisateur : Fcolin Date : 16/11/05 Heure : 9:54 Archivé dans $/Bus/Ivy Commentaire: 64 bits ports (vss 12)
Diffstat (limited to 'Bus')
-rw-r--r-- | Bus/Ivy/Ivy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Bus/Ivy/Ivy.h b/Bus/Ivy/Ivy.h index 7c6b523..fea2a93 100644 --- a/Bus/Ivy/Ivy.h +++ b/Bus/Ivy/Ivy.h @@ -26,10 +26,6 @@ class _declspec(dllimport) CBufferedSocket; #include "DataTypes.h"
-#pragma warning(disable: 4275)
-#pragma warning(disable: 4251)
-#pragma warning(disable: 4786)
-
#include "IvyCallback.h"
class IvyWatcher;
|