]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreHashIndex.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / StoreHashIndex.h
index 8a681481386d4fc4e873744f08a6d3f2918ae8eb..b0c5504fa8eaea3f308d523250c872e7a21a3dfe 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: StoreHashIndex.h,v 1.5 2007/08/13 17:20:51 hno 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();
 
@@ -85,7 +85,7 @@ private:
 };
 
 class StoreHashIndexEntry : public StoreEntry
-{};
+    {};
 
 class StoreSearchHashIndex : public StoreSearch
 {
@@ -96,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 */