diff options
author | pixel <pixel> | 2004-11-27 21:43:48 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-11-27 21:43:48 +0000 |
commit | 583964f9f8e954eb57b31663065c5b9e833d045e (patch) | |
tree | acec0745ed26454ee1275d3887f7456307669014 /include/Message.h | |
parent | 3f7070bf177b743be0eeb8c404a620f72eb15ab6 (diff) |
Large dos2unix commit...
Diffstat (limited to 'include/Message.h')
-rw-r--r-- | include/Message.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/include/Message.h b/include/Message.h index 01c59da..fd6c6e9 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
|