summaryrefslogtreecommitdiff
path: root/include/Confirm.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-02 18:55:35 +0000
committerPixel <Pixel>2001-12-02 18:55:35 +0000
commite4075153def021c3405accb19ffcdc3247d98807 (patch)
treedc7085d969af2dd121f22619d6c453c4bd7a41a9 /include/Confirm.h
parent37989e882eaa805662dd0e260eb293c939e082b7 (diff)
Comments and so...
Diffstat (limited to 'include/Confirm.h')
-rw-r--r--include/Confirm.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/Confirm.h b/include/Confirm.h
index 9e2cc7b..be0b659 100644
--- a/include/Confirm.h
+++ b/include/Confirm.h
@@ -6,16 +6,6 @@
#include <String.h>
#include <Exceptions.h>
-/*
- * Cette classe sert à afficher une boîte de dialogue de confirmation.
- * Constructeur:
- * - titre = titre de la boite de dialogue
- * - msg = message a afficher
- * - url = url de cette boite
- * - yes = action a effectuer si on clique sur Oui
- * - no = action a effectuer si on clique sur Non.
- */
-
class Confirm : public Action {
public:
Confirm(const String & titre, const String & msg, const String & url, Action * yes, Action * no = 0);