serviceproviders/sapi_mediamanagement/inc/mginterface.h
changeset 22 fc9cf246af83
parent 19 989d2f495d90
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
   119         * This function will send the request to SAPI core class
   119         * This function will send the request to SAPI core class
   120         * @since  Series60 v3.2
   120         * @since  Series60 v3.2
   121         * @param void
   121         * @param void
   122         * @return void
   122         * @return void
   123         */
   123         */
   124   		void SendRequestL(const CLiwGenericParamList& aInParamList, TUint aTransactionID ,TBool aPostionBasedSearching );
   124   		void SendRequestL(const CLiwGenericParamList& aInParamList, TUint aTransactionID ,TBool aPostionBasedSearching,MLiwNotifyCallback* aCallBack );
   125   		  												
   125   		  												
   126 		/**
   126 		/**
   127 	     * Appends error message
   127 	     * Appends error message
   128 	     * @param aCmdName Command Name
   128 	     * @param aCmdName Command Name
   129 	     * @param aParameter Parameter Name
   129 	     * @param aParameter Parameter Name
   155   		CMgService *iCoreClass;
   155   		CMgService *iCoreClass;
   156   		
   156   		
   157   		/**
   157   		/**
   158      	* Stores the instance of Service observer Class
   158      	* Stores the instance of Service observer Class
   159      	*/
   159      	*/
   160   		CMgServiceObserver *iServiceObserver;
   160   	//	CMgServiceObserver *iServiceObserver;
   161   	    
   161   	    
   162   	    /**
   162   	    /**
   163         * Error Message object
   163         * Error Message object
   164         * @internal
   164         * @internal
   165 	    */		
   165 	    */