/[classpath]/classpath/gnu/CORBA/Interceptor/gnuIcCurrent.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/Interceptor/gnuIcCurrent.java

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

revision 1.1.2.1 by gnu_andrew, Sat Sep 10 15:31:35 2005 UTC revision 1.1.2.2 by gnu_andrew, Wed Nov 2 00:43:26 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA.Interceptor;  package gnu.CORBA.Interceptor;
40    
41  import gnu.CORBA.CDR.cdrBufOutput;  import gnu.CORBA.CDR.BufferedCdrOutput;
42  import gnu.CORBA.Poa.ORB_1_4;  import gnu.CORBA.Poa.ORB_1_4;
43    
44  import org.omg.CORBA.Any;  import org.omg.CORBA.Any;
# Line 198  public class gnuIcCurrent extends Object Line 198  public class gnuIcCurrent extends Object
198          Any[] r = get_slots();          Any[] r = get_slots();
199          Any[] copy = new Any[ r.length ];          Any[] copy = new Any[ r.length ];
200    
201          cdrBufOutput buf = new cdrBufOutput();          BufferedCdrOutput buf = new BufferedCdrOutput();
202          buf.setOrb(orb);          buf.setOrb(orb);
203    
204          for (int i = 0; i < copy.length; i++)          for (int i = 0; i < copy.length; i++)

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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