From cca213f6493119ab3f642e08dba798f557630f53 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 19 Nov 2001 22:32:34 +0000 Subject: Headers cleaning --- include/Action.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/Action.h') diff --git a/include/Action.h b/include/Action.h index bf3dc1a..fd8b204 100644 --- a/include/Action.h +++ b/include/Action.h @@ -33,8 +33,8 @@ class Action : public Base { public: - Action(const String & = ""); - virtual ~Action(); + Action(const String & = ""); + virtual ~Action(); Action * Look4URL(const String &); virtual Task * Do(Variables *, Handle *) = 0; virtual void SendHead(Handle *); @@ -43,8 +43,10 @@ class Action : public Base { virtual String GetTitle(void) = 0; String GetURL(void); void CleanUp(void); + protected: void Accessed(void); + private: static Action * start; Action * next, * prev; -- cgit v1.2.3