summaryrefslogtreecommitdiff
path: root/couche.h
diff options
context:
space:
mode:
Diffstat (limited to 'couche.h')
-rw-r--r--couche.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/couche.h b/couche.h
index dc82e01..4ef44a2 100644
--- a/couche.h
+++ b/couche.h
@@ -39,4 +39,11 @@ class Couche {
};
+static const char* const STATES[] = {
+ "initialisee",
+ "actif",
+ "inactif"
+};
+
+
#endif