/[classpath]/classpath/org/omg/Messaging/SyncScopeHelper.java
ViewVC logotype

Diff of /classpath/org/omg/Messaging/SyncScopeHelper.java

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

revision 1.2 by audriusa, Sun Jun 5 17:52:28 2005 UTC revision 1.3 by audriusa, Wed Jun 15 11:08:28 2005 UTC
# Line 114  public class SyncScopeHelper Line 114  public class SyncScopeHelper
114    /**    /**
115     * Delegates call to {@link OutputStream.write_short()}.     * Delegates call to {@link OutputStream.write_short()}.
116     */     */
117    static void write(OutputStream ostream, short value)    public static void write(OutputStream ostream, short value)
118    {    {
119      ostream.write_short(value);      ostream.write_short(value);
120    }    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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