00001 /*============================================================================= 00002 * Product : OpenPL 00003 * File : plCndCKernel.h 00004 * Author : Juan-Manuel Ahuactzin 00005 * Creation : Fri Dec 28 12:14:51 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 _plCndCKernel_h_ 00019 #define _plCndCKernel_h_ 00020 00021 #include <plCndKernel.h> 00022 00023 /***************************************************************************** 00024 * Classes Definitions 00025 *****************************************************************************/ 00026 00029 class plCndCKernel : public plCndKernel { 00030 00031 public: 00033 virtual ~plCndCKernel(){}; 00034 }; 00035 00036 #endif