summaryrefslogtreecommitdiff
path: root/dnn/behaviour.cc
diff options
context:
space:
mode:
authorchatty2000-11-28 15:30:12 +0000
committerchatty2000-11-28 15:30:12 +0000
commit7c44c466aeba17b04ad493c21ef388b844a84355 (patch)
tree4d2f3642e6ac53573a2721298dbc0c991216427b /dnn/behaviour.cc
parent05ece2870309dbae1d2a182bcd13a732b606f331 (diff)
downloadivy-league-7c44c466aeba17b04ad493c21ef388b844a84355.zip
ivy-league-7c44c466aeba17b04ad493c21ef388b844a84355.tar.gz
ivy-league-7c44c466aeba17b04ad493c21ef388b844a84355.tar.bz2
ivy-league-7c44c466aeba17b04ad493c21ef388b844a84355.tar.xz
*** empty log message ***
Diffstat (limited to 'dnn/behaviour.cc')
-rwxr-xr-xdnn/behaviour.cc42
1 files changed, 0 insertions, 42 deletions
diff --git a/dnn/behaviour.cc b/dnn/behaviour.cc
deleted file mode 100755
index f85bd20..0000000
--- a/dnn/behaviour.cc
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * 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
-