syncmlfw/dm/hostserver/dmhostserverbase/inc/nsmldmhostsession.h
changeset 2 5594fba90824
parent 0 b497e44ab2fc
equal deleted inserted replaced
1:a9c0ce913924 2:5594fba90824
   151  	*  The function returns the LUID which is mapped to aURI. 
   151  	*  The function returns the LUID which is mapped to aURI. 
   152 	* @param aURI. URI of the object. 
   152 	* @param aURI. URI of the object. 
   153 	* @return HBufC8*. If LUID is not found, the function allocates a null length string.
   153 	* @return HBufC8*. If LUID is not found, the function allocates a null length string.
   154 	*/	
   154 	*/	
   155 	HBufC8* GetLuidAllocL ( const TDesC8& aURI );
   155 	HBufC8* GetLuidAllocL ( const TDesC8& aURI );
       
   156 	
       
   157 	/**
       
   158 	* MSmlDmCallback - callback interface.
       
   159  	*  The function removes aURI of the corresponding adapter.  
       
   160 	*@param aAdapterId Adapter Id.
       
   161 	*@param aURI. URI of the object. 
       
   162 	*@param aChildAlso Indicates whether childs to be removed or not.
       
   163 	* @return TInt Error code.
       
   164 	*/	
       
   165 	TInt RemoveMappingL( TUint32 aAdapterId, const TDesC8& aURI, TBool aChildAlso );
   156 
   166 
   157 	/**
   167 	/**
   158 	* C++ destructor.
   168 	* C++ destructor.
   159 	*/
   169 	*/
   160 	~CNSmlDMHostSession();	
   170 	~CNSmlDMHostSession();