00001 /*============================================================================= 00002 * Product : OpenPL 00003 * File : plCndDkernel.h 00004 * Author : Juan-Manuel Ahuactzin 00005 * Creation : Fri Dec 28 11:32:55 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 _plCndDkernel_h_ 00019 #define _plCndDkernel_h_ 00020 00021 #include <plCndKernel.h> 00022 00023 00024 /***************************************************************************** 00025 * Classes Definitions 00026 *****************************************************************************/ 00027 00028 00030 class plCndDKernel : public plCndKernel { 00033 public: 00034 /* Destructor */ 00035 virtual ~plCndDKernel(){}; 00036 }; 00037 00038 #endif