summaryrefslogtreecommitdiff
path: root/dnn/behaviour.cc
diff options
context:
space:
mode:
authorchatty2000-11-28 15:29:50 +0000
committerchatty2000-11-28 15:29:50 +0000
commit05ece2870309dbae1d2a182bcd13a732b606f331 (patch)
tree80eb5c166987abfbf80facc86d14cf278f9869f6 /dnn/behaviour.cc
parent0830afbb9473c552ab021873d96324a5df4553bc (diff)
downloadivy-league-05ece2870309dbae1d2a182bcd13a732b606f331.zip
ivy-league-05ece2870309dbae1d2a182bcd13a732b606f331.tar.gz
ivy-league-05ece2870309dbae1d2a182bcd13a732b606f331.tar.bz2
ivy-league-05ece2870309dbae1d2a182bcd13a732b606f331.tar.xz
Archiving files that were born dead
Diffstat (limited to 'dnn/behaviour.cc')
-rwxr-xr-xdnn/behaviour.cc42
1 files changed, 42 insertions, 0 deletions
diff --git a/dnn/behaviour.cc b/dnn/behaviour.cc
new file mode 100755
index 0000000..f85bd20
--- /dev/null
+++ b/dnn/behaviour.cc
@@ -0,0 +1,42 @@
+/*
+ * DNN - Data News Network
+ *
+ * by Stephane Chatty
+ *
+ * Copyright 1993-1996
+ * Centre d'Etudes de la Navigation Aerienne (CENA)
+ *
+ * Behaviours.
+ *
+ * $Id$
+ * $CurLog$
+ */
+
+#include "Behaviour.h"
+
+#if 0
+template <class T>
+CcuKey*
+DnnBehaviourOf<T> :: GetEventType (CcuToken* t)
+{
+ DnnEvent* e = (DnnEvent*) t;
+ return (CcuKey*) t->GetType ();
+}
+#endif
+
+#if 0
+
+DnnSuperState :: DnnSuperState (const char* name, CcuAutomaton& a)
+: CcuBaseState (name, a),
+ Criteria ()
+{
+}
+
+void
+DnnSuperState :: CreateLink (DnnSuperState* to, DnnCriterion* c)
+{
+ CcuHashCellOf <CcuBaseLink>* c = Links.Add ();
+ c->SetInfo (new DnnActionOf
+}
+#endif
+