[BACK]Return to OMproxy.java CVS log [TXT][DIR] Up to [local] / OpenXM / src / OpenMath

Diff for /OpenXM/src/OpenMath/OMproxy.java between version 1.32 and 1.33

version 1.32, 2000/03/14 05:02:34 version 1.33, 2000/03/14 05:10:37
Line 1 
Line 1 
 /**  /**
  * $OpenXM: OpenXM/src/OpenMath/OMproxy.java,v 1.31 2000/03/14 04:44:17 tam Exp $   * $OpenXM: OpenXM/src/OpenMath/OMproxy.java,v 1.32 2000/03/14 05:02:34 tam Exp $
  */   */
   
 import JP.ac.kobe_u.math.tam.OpenXM.*;  import JP.ac.kobe_u.math.tam.OpenXM.*;
Line 137  class OMproxy implements Runnable{
Line 137  class OMproxy implements Runnable{
       CMO[] CMOFormat = {new CMO_INT32(CMO.NULL),        CMO[] CMOFormat = {new CMO_INT32(CMO.NULL),
                          new CMO_INT32(CMO.INT32),                           new CMO_INT32(CMO.INT32),
                          new CMO_INT32(CMO.STRING),                           new CMO_INT32(CMO.STRING),
                          new CMO_INT32(CMO.CMO_LIST),                           new CMO_INT32(CMO.LIST),
                          new CMO_INT32(CMO.CMO_MONOMIAL32),                           new CMO_INT32(CMO.CMO_MONOMIAL32),
                          new CMO_INT32(CMO.CMO_ZZ),                           new CMO_INT32(CMO.CMO_ZZ),
                          new CMO_INT32(CMO.CMO_QQ),                           new CMO_INT32(CMO.CMO_QQ),

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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