summaryrefslogtreecommitdiff
path: root/include/Form.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Form.h')
-rw-r--r--include/Form.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/include/Form.h b/include/Form.h
index 5dccb35..f0fa93f 100644
--- a/include/Form.h
+++ b/include/Form.h
@@ -1,23 +1,23 @@
-#ifndef __FORM_H__
-#define __FORM_H__
-
-#include <Action.h>
-#include <BString.h>
-#include <Exceptions.h>
-
-class Form : public Action {
- public:
- Form(const String & titre, const String & url, const String & inv,
- String * names, String * invs, String * defaults, String ** lists, String ** descs,
- int nb, Action * ok = 0);
- virtual ~Form() { }
- virtual String GetTitle();
- virtual Task * Do(Variables *, Variables *, Handle *);
-
- private:
- String tit, iv, * nms, * ivs, * defs, ** lsts, ** dscs;
- int n;
- Action * Next;
-};
-
-#endif
+#ifndef __FORM_H__
+#define __FORM_H__
+
+#include <Action.h>
+#include <BString.h>
+#include <Exceptions.h>
+
+class Form : public Action {
+ public:
+ Form(const String & titre, const String & url, const String & inv,
+ String * names, String * invs, String * defaults, String ** lists, String ** descs,
+ int nb, Action * ok = 0);
+ virtual ~Form() { }
+ virtual String GetTitle();
+ virtual Task * Do(Variables *, Variables *, Handle *);
+
+ private:
+ String tit, iv, * nms, * ivs, * defs, ** lsts, ** dscs;
+ int n;
+ Action * Next;
+};
+
+#endif