Ignore:
Timestamp:
10/17/12 11:54:37 (12 years ago)
Author:
sherbold
Message:
  • replaced occurences of QUEST/Quest/quest with AutoQUEST
Location:
trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/EventGenerator.java

    r927 r929  
    4646 * <p> 
    4747 * Translates sequences of windows messages into {@link Event}s that can be used by the 
    48  * QUEST core libraries. 
     48 * AutoQUEST core libraries. 
    4949 * </p> 
    5050 *  
  • trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/MFCPlugin.java

    r927 r929  
    1919import java.util.List; 
    2020 
    21 import de.ugoe.cs.autoquest.plugin.QuestPlugin; 
     21import de.ugoe.cs.autoquest.plugin.AutoQUESTPlugin; 
    2222 
    2323/** 
    2424 * <p> 
    25  * Identifier class for the QUEST MFC plug-in. 
     25 * Identifier class for the AutoQUEST MFC plug-in. 
    2626 * </p> 
    2727 *  
     
    2929 * @version 1.0 
    3030 */ 
    31 public class MFCPlugin implements QuestPlugin { 
     31public class MFCPlugin implements AutoQUESTPlugin { 
    3232 
    3333        /** 
     
    4141         * (non-Javadoc) 
    4242         *  
    43          * @see de.ugoe.cs.autoquest.plugin.QuestPlugin#getTitle() 
     43         * @see de.ugoe.cs.autoquest.plugin.AutoQUESTPlugin#getTitle() 
    4444         */ 
    4545        @Override 
     
    5151         * (non-Javadoc) 
    5252         *  
    53          * @see de.ugoe.cs.autoquest.plugin.QuestPlugin#getCommandPackages() 
     53         * @see de.ugoe.cs.autoquest.plugin.AutoQUESTPlugin#getCommandPackages() 
    5454         */ 
    5555        @Override 
Note: See TracChangeset for help on using the changeset viewer.