00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- 00002 00003 // "moComparator.h" 00004 00005 // (c) OPAC Team, LIFL, 2003-2007 00006 00007 /* TEXT LICENCE 00008 00009 Contact: paradiseo-help@lists.gforge.inria.fr 00010 */ 00011 00012 #ifndef __moComparator_h 00013 #define __moComparator_h 00014 00015 00017 00020 template<class EOT> 00021 class moComparator: public eoBF<const EOT&, const EOT&, bool> 00022 { 00023 }; 00024 00025 #endif
1.5.2