/* * CENA C++ Utilities * * by Stephane Chatty * * Copyright 1990-1995 * Laboratoire de Recherche en Informatique (LRI) * Centre d'Etudes de la Navigation Aerienne (CENA) * * Version and copyright header * * $Id$ * $CurLog$ */ /*** * Copyright 1990, 1991 Laboratoire de Recherche en Informatique (LRI) * Copyright 1992-1995 Centre d'Etudes de la Navigation Aerienne (CENA) * * Permission to use, copy, and modify this software and its documentation * for your own purposes is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and use acknowledge that the software was developed * by Laboratoire de Recherche en Informatique, Universite de Paris-Sud, * Orsay, France, and Centre d'Etudes de la Navigation Aerienne, Toulouse, * France. LRI and CENA make no representations about the suitability of * this software for any purpose. It is provided "as is" without express * or implied warranty. * * This software or modified versions of this software cannot be * distributed in source or binary form, nor included into products * without prior written permission of the author. * * LRI AND CENA DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL LRI OR * CENA BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *** * * Maintainer: * * Stephane Chatty e-mail: chatty@dgac.fr * CENA * 7 avenue Edouard Belin phone: +33 62 25 95 42 * 31055 TOULOUSE - FRANCE fax: +33 62 25 95 99 * **/ /** title CENA C++ Utilities subtitle Utility classes version 1.5.3 date March 1995 copyright (c) 1990, 1991 LRI, 1992-1995 CENA authors St\'ephane Chatty address Centre d'\'Etudes de la Navigation A\'erienne | 7 avenue \'Edouard Belin | 31055 Toulouse Cedex, France e-mail chatty@dgac.fr phone 33+ 62 25 95 42 fax 33+ 62 25 95 99 **/ #ifndef CcuVersion #define CcuVersion 1 #define CcuRelease 5 #define CcuPatchLevel 3 #endif