diff options
author | fcolin | 2007-02-01 13:05:08 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:05:08 +0000 |
commit | 2610a7a99b4bcff0d8faf22695d35f5342ccbdd3 (patch) | |
tree | 98c14d1f592d8b5801dcaf41bf469e252fb01966 | |
parent | 7dbb8513b01bb2489b9b9672ea97682ed69610e5 (diff) | |
download | ivy-cplusplus-2610a7a99b4bcff0d8faf22695d35f5342ccbdd3.zip ivy-cplusplus-2610a7a99b4bcff0d8faf22695d35f5342ccbdd3.tar.gz ivy-cplusplus-2610a7a99b4bcff0d8faf22695d35f5342ccbdd3.tar.bz2 ivy-cplusplus-2610a7a99b4bcff0d8faf22695d35f5342ccbdd3.tar.xz |
Utilisateur : Fcolin Date : 17/07/01 Heure : 18:25 Archivé dans $/Ivy (vss 11)
-rw-r--r-- | Ivy/ThreadedSocket.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Ivy/ThreadedSocket.cxx b/Ivy/ThreadedSocket.cxx index 1afb304..5fa7322 100644 --- a/Ivy/ThreadedSocket.cxx +++ b/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"
|