]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Be consistent with ESIElements type.
authorrobertc <>
Tue, 15 Jul 2003 02:29:28 +0000 (02:29 +0000)
committerrobertc <>
Tue, 15 Jul 2003 02:29:28 +0000 (02:29 +0000)
Keywords:

Make it class ESIElement throughout.

src/ESIElement.h

index 0e53d7dd58fe463e835aa280c0911f5acbd375b4..1cbc1c376ac8d7233bae59fe1921058682444540 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ESIElement.h,v 1.2 2003/07/14 14:15:56 robertc Exp $
+ * $Id: ESIElement.h,v 1.3 2003/07/14 20:29:28 robertc Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -63,8 +63,10 @@ typedef RefCount<esiTreeParent> esiTreeParentPtr;
 
 class ESIVarState;
 
-struct ESIElement : public esiTreeParent
+class ESIElement : public esiTreeParent
 {
+
+public:
     typedef RefCount<ESIElement> Pointer;
 
     /* the types we have */