]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreHashIndex.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / StoreHashIndex.h
index 8c9c647eb0dd9cf9a1d6c4bb3ed90795adaabef3..b0c5504fa8eaea3f308d523250c872e7a21a3dfe 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: StoreHashIndex.h,v 1.4 2007/05/29 13:31:38 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.
@@ -54,10 +54,10 @@ public:
     virtual void create();
 
     virtual StoreEntry * get
-        (const cache_key *);
+    (const cache_key *);
 
     virtual void get
-        (String const, STOREGETCLIENT, void * cbdata);
+    (String const, STOREGETCLIENT, void * cbdata);
 
     virtual void init();
 
@@ -75,7 +75,7 @@ public:
 
     virtual void maintain();
 
-    virtual void updateSize(size_t, int);
+    virtual void updateSize(int64_t, int);
 
     virtual StoreSearch *search(String const url, HttpRequest *);
 
@@ -85,9 +85,7 @@ private:
 };
 
 class StoreHashIndexEntry : public StoreEntry
-{}
-
-;
+    {};
 
 class StoreSearchHashIndex : public StoreSearch
 {
@@ -98,7 +96,7 @@ public:
     virtual ~StoreSearchHashIndex();
     /* Iterator API - garh, wrong place */
     /* callback the client when a new StoreEntry is available
-     * or an error occurs 
+     * or an error occurs
      */
     virtual void next(void (callback)(void *cbdata), void *cbdata);
     /* return true if a new StoreEntry is immediately available */