00001 // "peoTransform.h" 00002 00003 // (c) OPAC Team, LIFL, August 2005 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #ifndef __peoTransform_h 00010 #define __peoTransform_h 00011 00012 #include <eoTransform.h> 00013 00014 #include "core/service.h" 00015 00017 00020 template< class EOT > class peoTransform : public Service, public eoTransform< EOT > { 00021 00022 }; 00023 00024 00025 #endif
1.4.7