diff -r 73a1feb507fb -r bc78a40cd63c mmsharing/mmshmanagersrv/inc/musapplicationmanager.h --- 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 #include - -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; };