mmsharing/mmshmanagersrv/inc/musapplicationmanager.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
--- a/mmsharing/mmshmanagersrv/inc/musapplicationmanager.h	Tue Aug 31 15:12:07 2010 +0300
+++ b/mmsharing/mmshmanagersrv/inc/musapplicationmanager.h	Wed Sep 01 12:31:01 2010 +0100
@@ -27,9 +27,6 @@
 #include <e32base.h>
 #include <w32std.h>
 
-
-const TInt KMusMgrMaxPluginNameLen = 256;
-
 //class TApaTask;
 
 /**
@@ -123,12 +120,6 @@
 		*
 		*/
 	    void SetIndicatorStatusL( TBool aLaunch );
-        
-        /**
-         * Resolves name of the ecom plugin which implements the livecomms engine api
-         * by using the callprovider
-         */
-        void ResolvePluginNameL(TDes8& aPluginName);
 	
 
 	private: // helper functions
@@ -144,15 +135,22 @@
 	    void SetPropertyL( TUint aProperty, TInt aValue );
 	    
 	    /**
-        * Reads the call provider information from PS key.
-        */
-	    void CallProviderL(TDes8& aProvider);
-	    
-	    /**
-	    * Creates command line used when starting application.
-	    * 
+	    *
 	    */
-	    HBufC* CreateCommandLineArgsLC();
+	    TApaTask GetApaTask();
+	
+
+	private: // owned data
+	
+		/**
+		* Window server session handle
+		*/
+	    RWsSession iWsSession;
+	
+		/**
+		*
+		*/
+	    RApaLsSession iApaSession;
     };