00001 // "ring_topo.h" 00002 00003 // (c) OPAC Team, LIFL, September 2005 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #ifndef __ring_topo_h 00010 #define __ring_topo_h 00011 00012 #include "topology.h" 00013 00014 class RingTopology : public Topology { 00015 00016 public : 00017 00018 void setNeighbors (Cooperative * __mig, 00019 std :: vector <Cooperative *> & __from, 00020 std :: vector <Cooperative *> & __to); 00021 00022 }; 00023 00024 #endif
1.4.7