plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/IMobileWebRuntimeManager.java
changeset 479 518afa7c6d2f
parent 470 d4809db37847
child 484 f5df819c1852
equal deleted inserted replaced
478:6c07c755d0c7 479:518afa7c6d2f
    51 
    51 
    52     /**
    52     /**
    53      * @return list of all runtimes known to an IDE
    53      * @return list of all runtimes known to an IDE
    54      */
    54      */
    55     IMobileWebRuntime[] getAllRuntimes();
    55     IMobileWebRuntime[] getAllRuntimes();
       
    56 
    56 }
    57 }