]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DelayPools.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / DelayPools.h
index f9468fbf4b26eab4b21c9c63e8f0e7fce9dc1cda..4f258cea083cb218d9dc00869423afec97e96ebc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: DelayPools.h,v 1.5 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
  *
  *
  * SQUID Web Proxy Cache          http://www.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.
@@ -44,13 +44,12 @@ class Updateable
 {
 
 public:
-    virtual ~Updateable(){}
+    virtual ~Updateable() {}
 
     virtual void update(int) = 0;
 };
 
 /* forward decls */
-class CacheManager;
 class DelayPool;
 class Updateable;
 class StoreEntry;
@@ -64,7 +63,6 @@ class DelayPools
 
 public:
     static void Init();
-    static void RegisterWithCacheManager(void);
     static void Update(void *);
     static unsigned short pools();
     static void pools (u_short pools);
@@ -82,6 +80,7 @@ private:
     static unsigned short pools_;
     static void FreeDelayData ();
     static Vector<Updateable *> toUpdate;
+    static void RegisterWithCacheManager(void);
 };
 
 #endif /* SQUID_DELAYPOOLS_H */