Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

total_order_channel.cpp File Reference

#include "total_order_channel.h"

Go to the source code of this file.

Functions

void receive (char *, int)
void* start_phase ( void * channel)


Function Documentation

void receive (char * message, int size)

Definition at line 63 of file appli.cpp.

00063 {
00064 
00065         cout << " HELLO  message recu: " << message << endl;
00066 
00067         }

void * start_phase (void * channel)

Definition at line 13 of file total_order_channel.cpp.

00013 {
00014         //to start phase code
00015         
00016                 void * t;
00017                 
00018                 ((total_order_channel *) channel)->phase_code(t);
00019 }

Generated at Mon Mar 1 18:05:55 2004 for Groupware by doxygen 1.1.1 written by Dimitri van Heesch, © 1997-2000