src/java/isac/bridge/CalcTree.java
changeset 2069 fdca7e9e593a
parent 2065 603c0de1a9e3
child 2082 1f418b3acd49
equal deleted inserted replaced
2068:a21aad5cfb6f 2069:fdca7e9e593a
   491 	/*
   491 	/*
   492 	 * (non-Javadoc)
   492 	 * (non-Javadoc)
   493 	 * 
   493 	 * 
   494 	 * @see isac.util.interfaces.IToCalc#intermediateSteps()
   494 	 * @see isac.util.interfaces.IToCalc#intermediateSteps()
   495 	 */
   495 	 */
   496 	public int intermediateSteps() throws RemoteException {
   496 	public Vector intermediateSteps(ICalcIterator i) throws RemoteException {
   497 		// TODO Auto-generated method stub
   497 		// TODO Auto-generated method stub
   498 		return 0;
   498 		return null;
   499 	}
   499 	}
   500 
   500 
   501 	/*
   501 	/*
   502 	 * (non-Javadoc)
   502 	 * (non-Javadoc)
   503 	 * 
   503 	 *