Modification in the infrastructure of the ORB
Delegate.java



Delegate.java          private boolean change=true;

We add this variable to know if in the method create_binding (where we have also add this variable as a parameter) we should  change the IOR of the destination of the request. The application client  send to one of our replicated server its request but not necessarily to the leader and if change =true it means that for this request we have to modify the IOR to be sent to the client.