--------------------- PatchSet 492 Date: 2003/01/01 11:06:51 Author: rbcollins Branch: unify-io Tag: (none) Log: missing head patch Members: src/StoreIOState.h:1.1.2.8->1.1.2.9 Index: squid3/src/StoreIOState.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/StoreIOState.h,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -r1.1.2.8 -r1.1.2.9 --- squid3/src/StoreIOState.h 13 Dec 2002 20:43:36 -0000 1.1.2.8 +++ squid3/src/StoreIOState.h 1 Jan 2003 11:06:51 -0000 1.1.2.9 @@ -1,6 +1,6 @@ /* - * $Id: StoreIOState.h,v 1.1.2.8 2002/12/13 20:43:36 rbcollins Exp $ + * $Id: StoreIOState.h,v 1.1.2.9 2003/01/01 11:06:51 rbcollins Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -70,6 +70,7 @@ }; class StoreIOState { +public: typedef RefCount Pointer; };