/[classpath]/classpath/gnu/CORBA/IOR_Delegate.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/IOR_Delegate.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by audriusa, Sun Aug 28 11:23:36 2005 UTC revision 1.7 by audriusa, Fri Sep 2 15:53:05 2005 UTC
# Line 408  public class IOR_Delegate extends Simple Line 408  public class IOR_Delegate extends Simple
408      request.set_target(target);      request.set_target(target);
409      request.setOperation(operation);      request.setOperation(operation);
410    
411      request.getParameterStream().response_expected = response_expected;      streamRequest out = request.getParameterStream();
412        out.response_expected = response_expected;
413      request.setORB(orb);      request.setORB(orb);
414    
415      return request.getParameterStream();      return out;
416    }    }
417    
418    /**    /**

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26