upnpmediaserver/contentdirectoryservice/inc/upnpcdutils.h
branchCompilerCompatibility
changeset 9 0b99b84ce2a1
parent 0 7f85d04be362
equal deleted inserted replaced
8:b0106cf14af7 9:0b99b84ce2a1
   154     */
   154     */
   155     static void SetContainerIdL(TXmlEngElement aElement, TInt aParentId);
   155     static void SetContainerIdL(TXmlEngElement aElement, TInt aParentId);
   156    	static HBufC8* BuildImportUriLC(TInt aResId);
   156    	static HBufC8* BuildImportUriLC(TInt aResId);
   157    	static HBufC8* BuildImportUriShorterLC(TInt64 aResId);
   157    	static HBufC8* BuildImportUriShorterLC(TInt64 aResId);
   158 	static HBufC8* BuildContentUriL(TInt aResId, const TDesC& aFileExten, TDesC8& aObjectId);
   158 	static HBufC8* BuildContentUriL(TInt aResId, const TDesC& aFileExten, TDesC8& aObjectId);
   159     static HBufC8* UpnpCdUtils::RandomizeL(TInt aRange);
   159     static HBufC8* RandomizeL(TInt aRange);
   160     /**
   160     /**
   161     * Checks whether the element is required and removes the attribute notifying it
   161     * Checks whether the element is required and removes the attribute notifying it
   162     * @since Series S60 3.0
   162     * @since Series S60 3.0
   163     * @param aElement TXmlEngElement of the element
   163     * @param aElement TXmlEngElement of the element
   164     * @param aObjId aCd pointer to the ContentDirectory object - it provides a function which deletes
   164     * @param aObjId aCd pointer to the ContentDirectory object - it provides a function which deletes