00001 /*============================================================================= 00002 * Product : OpenPL 00003 * File : plCKernel.h 00004 * Author : Juan-Manuel Ahuactzin 00005 * Creation : Thu Dec 27 16:51:47 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 #ifndef _plCKernel_h_ 00019 #define _plCKernel_h_ 00020 00021 #include <plKernel.h> 00022 00023 /***************************************************************************** 00024 * Classes Definitions 00025 *****************************************************************************/ 00026 00031 class plCKernel : public plKernel{ 00032 00033 00034 public: 00036 virtual ~plCKernel(){}; 00037 }; 00038 00039 #endif