remotemgmt_plat/device_management_plugin_api/inc/smldmadapter.h
changeset 2 5594fba90824
parent 0 b497e44ab2fc
equal deleted inserted replaced
1:a9c0ce913924 2:5594fba90824
   600 	@param aURI	URI of the object. 
   600 	@param aURI	URI of the object. 
   601 	@publishedPartner
   601 	@publishedPartner
   602 	@prototype
   602 	@prototype
   603 	*/
   603 	*/
   604 	virtual HBufC8* GetLuidAllocL( const TDesC8& aURI ) = 0;
   604 	virtual HBufC8* GetLuidAllocL( const TDesC8& aURI ) = 0;
       
   605 	
       
   606 	/**
       
   607 	The function is used to remove a mapped URI. Returns the error code about mapping removal.
       
   608 	@param aAdapterId	Settings Adapter id
       
   609 	@param aURI                 Mapped Uri
       
   610 	@param aChildAlso          Indicates the child nodes removal
       
   611 	@publishedPartner
       
   612 	@prototype
       
   613 	*/
       
   614 	virtual TInt RemoveMappingL( TUint32 aAdapterId, const TDesC8& aURI, TBool aChildAlso ) = 0;
   605 	};
   615 	};
   606 
   616 
   607 
   617 
   608 class MSmlDmDDFObject 
   618 class MSmlDmDDFObject 
   609 /**
   619 /**