javamanager/preinstaller/src.s60/silentmidletinstall.h
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javamanager/preinstaller/src.s60/silentmidletinstall.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javamanager/preinstaller/src.s60/silentmidletinstall.h	Wed Oct 13 14:23:59 2010 +0300
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description:  OMJ Symbian preinstaller process
+* Description:  OMJ S60 preinstaller process
  *
 */
 
@@ -19,7 +19,6 @@
 #ifndef SILENTMIDLETINSTALL_H
 #define SILENTMIDLETINSTALL_H
 
-#include <apgcli.h> // for RApaLsSession
 #include <f32file.h>
 #include <e32base.h>
 #include <javasymbianoslayer.h>
@@ -102,9 +101,6 @@
     // Parses the application version string given in aAppVersionString
     //  and returns the corresponding Symbian TAppVersion.
     TAppVersion DesToAppVersion(const HBufC *aAppVersionString);
-    // Parses the Uid in iMIDletUid and returns ETrue if there is a native
-    // application with the same Uid installed into the device
-    TBool IsNativeAppPresent(const RApaLsSession& aApaSession);
 
 
 private:
@@ -127,8 +123,6 @@
     HBufC* iMIDletVendor;
     // Variable used for parsing midlet version from jad file
     TAppVersion iMIDletVersion;
-    // Buffer used for parsing Uid of the first midlet from jad file
-    HBufC* iMIDletUid;
 
     // Drive status info for each non-remote, non-substed drive on device
     TUint iDriveStatuses[KMaxDrives];