sdkcreationmw/sdkruntimes/MIDP/nei/src/com/symbian/tools/j2me/sei/emulator/session/RemoteSession.java
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
--- a/sdkcreationmw/sdkruntimes/MIDP/nei/src/com/symbian/tools/j2me/sei/emulator/session/RemoteSession.java	Mon Mar 08 12:09:11 2010 +0530
+++ b/sdkcreationmw/sdkruntimes/MIDP/nei/src/com/symbian/tools/j2me/sei/emulator/session/RemoteSession.java	Wed Apr 21 09:56:53 2010 +0530
@@ -288,13 +288,14 @@
    *
    * @throws Exception if some error occured
    */
-  public synchronized MIDletSuiteInfo[] getInstalledMIDletSuitesInfo() throws Exception {
+  //public synchronized MIDletSuiteInfo[] getInstalledMIDletSuitesInfo() throws Exception {
     //get suites
-    ListSuitesCommand listSuitesCmd = new ListSuitesCommand();
+    /*ListSuitesCommand listSuitesCmd = new ListSuitesCommand();
     listSuitesCmd.execute(iDis, iDos);
     MIDletSuiteInfo[] suites = listSuitesCmd.getInstalledSuites();
-    return suites;
-  }
+    return suites;*/
+	 // return null;
+  //}
 
 
   /**
@@ -348,12 +349,12 @@
    *
    * @throws Exception if some error occured
    */
-    public synchronized int getFreePort() throws Exception {
+    /*public synchronized int getFreePort() throws Exception {
       //get ports
       GetPortCommand portCmd = new GetPortCommand(1);
       portCmd.execute(iDis, iDos);
       return portCmd.getFreePorts()[0];
-    }
+    }*/
 
     /**
      * Get SEI-Slave TCP Inet address