00001 // "send.h" 00002 00003 // (c) OPAC Team, LIFL, August 2005 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #ifndef __send_h 00010 #define __send_h 00011 00012 #include "../../core/communicable.h" 00013 00014 extern void initSending (); 00015 00016 extern void send (Communicable * __comm, int __to, int __tag); 00017 00018 extern void sendToAll (Communicable * __comm, int __tag); 00019 00020 extern void sendMessages (); 00021 00022 #endif
1.4.7