diff options
author | fcolin | 2007-02-01 12:53:36 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:53:36 +0000 |
commit | e661571a5a49870ebd4df32520c18ffb69e96b50 (patch) | |
tree | 5d7ec5cd0cf3c2fa5efcba28a433bbaaaeaf4b82 /Ivy | |
parent | 2a2c244787f3f9584c49b93d499e1d6f1af114c6 (diff) | |
download | ivy-cplusplus-e661571a5a49870ebd4df32520c18ffb69e96b50.zip ivy-cplusplus-e661571a5a49870ebd4df32520c18ffb69e96b50.tar.gz ivy-cplusplus-e661571a5a49870ebd4df32520c18ffb69e96b50.tar.bz2 ivy-cplusplus-e661571a5a49870ebd4df32520c18ffb69e96b50.tar.xz |
Utilisateur : Fcolin Date : 17/07/01 Heure : 18:25 Archivé dans $/Ivy (vss 9)
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/BufferedSocket.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Ivy/BufferedSocket.cxx b/Ivy/BufferedSocket.cxx index 441d580..2e15cab 100644 --- a/Ivy/BufferedSocket.cxx +++ b/Ivy/BufferedSocket.cxx @@ -5,10 +5,6 @@ #include "stdafx.h"
#include "BufferedSocket.h"
-#ifdef _DEBUG
-#define DEBUG_NEW new(__FILE__, __LINE__)
-#define new DEBUG_NEW
-#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
|