public void RepSetTransport(int envId, RepSendFcn repTransport) {
#endif      
      repSendFast = null;
      repSendCLS = repTransport;
      repSend = RepSendWrapCLS;
      RepSetTransport(envId, repSend);
    }
 public void SetRepTransport(int envId, RepSendFastFcn repTransport) {