]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/NullDelayId.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / NullDelayId.cc
index ceaaaa4dae63c2a283b7db24f9d035ed97c56351..97580eaa8e2a992be16e2d7685db348615c5c599 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: NullDelayId.cc,v 1.1 2003/02/05 10:36:48 robertc Exp $
+ * $Id$
  *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
 
-#include "config.h"
-
-#if DELAY_POOLS
 #include "squid.h"
+
+#if USE_DELAY_POOLS
+#include "squid-old.h"
 #include "NullDelayId.h"
 #include "DelayPools.h"
 
@@ -58,10 +58,4 @@ NullDelayId::operator delete (void *address)
     ::operator delete (address);
 }
 
-void
-NullDelayId::deleteSelf() const
-{
-    delete this;
-}
-#endif
-
+#endif /* USE_DELAY_POOLS */