Ignore:
Timestamp:
01/24/06 13:38:50 (19 years ago)
Author:
boris
Message:
  • commented IModelicaCompiler.java
  • renamed IModelicaCompiler.getElementLocation() to getClassLocation()
  • commented UnexpectedReplyException?.java
  • renamed IModelicaElementChange.ChangeType?.CHANGED to MODIFIED
  • generelized the argument to IModelicaElementChangeListener.elementsChanged
  • made return type of IModelicaRoot.getProject() more specific
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.omc/src/org/modelica/mdt/omc/OMCProxy.java

    r274 r277  
    626626     * @throws InvocationError
    627627     */
    628     public ElementLocation getElementLocation(String className)
     628    public ElementLocation getClassLocation(String className)
    629629        throws ConnectException, UnexpectedReplyException, InvocationError
    630630    {
Note: See TracChangeset for help on using the changeset viewer.