summaryrefslogtreecommitdiff
path: root/include/Action.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-19 22:32:34 +0000
committerPixel <Pixel>2001-11-19 22:32:34 +0000
commitcca213f6493119ab3f642e08dba798f557630f53 (patch)
tree38774b6803676235b73b80f06c618a78bf14035d /include/Action.h
parentd994b63efc388311700412d0cb0e6e8e1fae4849 (diff)
Headers cleaning
Diffstat (limited to 'include/Action.h')
-rw-r--r--include/Action.h6
1 files changed, 4 insertions, 2 deletions
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;