[BACK]Return to OXmessage.java CVS log [TXT][DIR] Up to [local] / OpenXM / src / OpenMath / ORG / openxm / tam

Diff for /OpenXM/src/OpenMath/ORG/openxm/tam/OXmessage.java between version 1.1 and 1.2

version 1.1, 2000/09/08 07:29:45 version 1.2, 2000/09/13 06:32:43
Line 1 
Line 1 
 /**  /**
  * $OpenXM$   * $OpenXM: OpenXM/src/OpenMath/ORG/openxm/tam/OXmessage.java,v 1.1 2000/09/08 07:29:45 tam Exp $
  */   */
 package ORG.openxm.tam;  package ORG.openxm.tam;
   
Line 73  public class OXmessage{
Line 73  public class OXmessage{
     return this.body;      return this.body;
   }    }
   
   public void write(OpenXMconnection os) throws IOException,MathcapViolation{    public void write(OpenXMstream os) throws IOException,MathcapViolation{
     os.writeInt(this.tag);      os.writeInt(this.tag);
     os.writeInt(this.serial);      os.writeInt(this.serial);
     body.write(os);      body.write(os);

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>