From 7c44c466aeba17b04ad493c21ef388b844a84355 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 28 Nov 2000 15:30:12 +0000 Subject: *** empty log message *** --- dnn/behaviour.cc | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100755 dnn/behaviour.cc (limited to 'dnn/behaviour.cc') 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 -CcuKey* -DnnBehaviourOf :: 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 * c = Links.Add (); - c->SetInfo (new DnnActionOf -} -#endif - -- cgit v1.1