--------------------------------------------------------------------------- -- -- Filename: -- -- command_interpreter.ads -- -- Description: -- -- XGC Ada demo -- -- Credits: -- -- Copyright (C) 1997, ESTEC - ESA -- Copyright (c) 1999, Chris Nettleton Software -- -- License: -- -- Permission to use copy, modify, and distribute this software for any -- purpose without fee is hereby granted. This software is provided -- "as is", without any express or implied warranty. -- -- Revision: -- -- $Id: $ -- --------------------------------------------------------------------------- package Command_Interpreter is task Task1 is pragma Priority (1); end Task1; end Command_Interpreter;