summaryrefslogtreecommitdiff
path: root/include/Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Message.h')
-rw-r--r--include/Message.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/include/Message.h b/include/Message.h
index fd6c6e9..01c59da 100644
--- a/include/Message.h
+++ b/include/Message.h
@@ -1,20 +1,20 @@
-#ifndef __MESSAGE_H__
-#define __MESSAGE_H__
-
-#include <Action.h>
-#include <BString.h>
-#include <Exceptions.h>
-
-class Message : public Action {
- public:
- Message(const String & titre, const String & msg, const String & url, Action * ok = 0);
- virtual ~Message() { }
- virtual String GetTitle();
- virtual Task * Do(Variables *, Variables *, Handle *);
-
- private:
- String tit, msg;
- Action * Next;
-};
-
-#endif
+#ifndef __MESSAGE_H__
+#define __MESSAGE_H__
+
+#include <Action.h>
+#include <BString.h>
+#include <Exceptions.h>
+
+class Message : public Action {
+ public:
+ Message(const String & titre, const String & msg, const String & url, Action * ok = 0);
+ virtual ~Message() { }
+ virtual String GetTitle();
+ virtual Task * Do(Variables *, Variables *, Handle *);
+
+ private:
+ String tit, msg;
+ Action * Next;
+};
+
+#endif