/* * 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