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

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

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

revision 1.4 by audriusa, Fri Oct 28 10:33:40 2005 UTC revision 1.5 by audriusa, Fri Oct 28 13:01:50 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA;  package gnu.CORBA;
40    
41  import gnu.CORBA.CDR.cdrBufOutput;  import gnu.CORBA.CDR.BufferedCdrOutput;
42    
43  import org.omg.CORBA.ARG_IN;  import org.omg.CORBA.ARG_IN;
44  import org.omg.CORBA.ARG_INOUT;  import org.omg.CORBA.ARG_INOUT;
# Line 67  public class ServiceRequestAdapter Line 67  public class ServiceRequestAdapter
67    /**    /**
68     * A buffer for writing the response.     * A buffer for writing the response.
69     */     */
70    cdrBufOutput reply = new cdrBufOutput();    BufferedCdrOutput reply = new BufferedCdrOutput();
71    
72    /**    /**
73     * If set to true, an exception has been thrown during the invocation.     * If set to true, an exception has been thrown during the invocation.
# Line 105  public class ServiceRequestAdapter Line 105  public class ServiceRequestAdapter
105          int OUT = ARG_OUT.value;          int OUT = ARG_OUT.value;
106    
107          // Write all arguments to the buffer output stream.          // Write all arguments to the buffer output stream.
108          cdrBufOutput buffer = new cdrBufOutput();          BufferedCdrOutput buffer = new BufferedCdrOutput();
109          gnuNVList args = new gnuNVList();          gnuNVList args = new gnuNVList();
110          request.arguments(args);          request.arguments(args);
111    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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