// "display_best_route.h" // (c) OPAC Team, LIFL, January 2006 /* Contact: paradiseo-help@lists.gforge.inria.fr */ #ifndef __display_best_route_h #define __display_best_route_h #include #include #include "route.h" class DisplayBestRoute : public eoUpdater { public : DisplayBestRoute (eoPop & __pop); void operator () (); private : eoPop & pop; }; #endif