diff options
author | fcolin | 2007-02-01 13:05:08 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:05:08 +0000 |
commit | d21062eff48a465e8d45d9b08664b63f2dcf5c73 (patch) | |
tree | aa7934cc2efe8c683242c122f548a0f05058c8ea /Bus/Ivy | |
parent | 0dd25bea904d2c1202d6f80b9a30bc73ef5d2a43 (diff) | |
download | ivy-cplusplus-d21062eff48a465e8d45d9b08664b63f2dcf5c73.zip ivy-cplusplus-d21062eff48a465e8d45d9b08664b63f2dcf5c73.tar.gz ivy-cplusplus-d21062eff48a465e8d45d9b08664b63f2dcf5c73.tar.bz2 ivy-cplusplus-d21062eff48a465e8d45d9b08664b63f2dcf5c73.tar.xz |
Utilisateur : Fcolin Date : 17/07/01 Heure : 18:25 Archivé dans $/Ivy (vss 11)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/ThreadedSocket.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Bus/Ivy/ThreadedSocket.cxx b/Bus/Ivy/ThreadedSocket.cxx index 1afb304..5fa7322 100644 --- a/Bus/Ivy/ThreadedSocket.cxx +++ b/Bus/Ivy/ThreadedSocket.cxx @@ -4,10 +4,6 @@ #include "stdafx.h"
-#ifdef _DEBUG
-#define DEBUG_NEW new(__FILE__, __LINE__)
-#define new DEBUG_NEW
-#endif
#include "ThreadedSocket.h"
|