/[classpath]/classpath/org/omg/CORBA/portable/OutputStream.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/portable/OutputStream.java

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

revision 1.4 by audriusa, Tue May 17 08:29:44 2005 UTC revision 1.5 by audriusa, Fri May 20 07:23:04 2005 UTC
# Line 91  public abstract class OutputStream Line 91  public abstract class OutputStream
91    }    }
92    
93    /**    /**
94     * Write CORBA Context.     * Should write a CORBA context to the output stream, but,
95       * following the 1.4 specification, it does not and
96       * must be overridden to get a functionality.
97       *
98       * @throws NO_IMPLEMENT, always.
99     */     */
100    public abstract void write_Context(Context context, ContextList contexts);    public void write_Context(Context context, ContextList contexts)
101      {
102        throw new NO_IMPLEMENT();
103      }
104    
105    /**    /**
106     * Write CORBA (not java) Object.     * Write CORBA (not java) Object.

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