00001 /*============================================================================= 00002 * Product : OpenPL 00003 * File : plUnknown.h 00004 * Author : Juan-Manuel Ahuactzin 00005 * Creation : Tue Jun 12 10:48:23 2001 00006 * 00007 *============================================================================= 00008 * (c) Copyright 2000, Centre National de la Recherche Scientifique, 00009 * all rights reserved 00010 *============================================================================= 00011 * 00012 *------------------------- Description --------------------------------------- 00013 * 00014 * 00015 *----------------------------------------------------------------------------- 00016 */ 00017 00018 00019 #ifndef _plUnknown_h_h 00020 #define _plUnknown_h_h 00021 00022 00023 #include <plKernel.h> 00024 00025 /***************************************************************************** 00026 * Classes Definitions 00027 *****************************************************************************/ 00028 00030 class plUnknown : public plKernel { 00031 00032 public : 00043 plUnknown (const plVariablesConjunction& variable); 00045 virtual ~plUnknown(){}; 00046 00047 }; 00048 00049 #endif