contentmgmt/referencedrmagent/tcaf/source/cafstep.h
branchRCL_3
changeset 95 641f389e9157
parent 53 030c4fbc13d7
child 96 a71299154b21
equal deleted inserted replaced
92:f18401adf8e1 95:641f389e9157
    46 	* A new HBufC16 is allocated to store the new version of the descriptor
    46 	* A new HBufC16 is allocated to store the new version of the descriptor
    47 	* @param source a descriptor derived from TDesC8 
    47 	* @param source a descriptor derived from TDesC8 
    48 	* @return a new HBufC16 with a copy of the data in source
    48 	* @return a new HBufC16 with a copy of the data in source
    49 	*/
    49 	*/
    50 	HBufC16* ConvertDes8toHBufC16LC(TDesC8& source);
    50 	HBufC16* ConvertDes8toHBufC16LC(TDesC8& source);
       
    51 
       
    52 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
       
    53       
       
    54     /*     
       
    55     * Utility method which creates dummy header data for WMDRM operations.     
       
    56     * @return   A new HBufC8 allocated which contains the header data.     
       
    57     */     
       
    58     HBufC8* CreateWmdrmHeaderLC();     
       
    59       
       
    60 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT 
    51 
    61 
    52 	/* 
    62 	/* 
    53 	* Load CAFRECOGNIZER.MDL and create an instance of CApaCafRecognizer that can be used
    63 	* Load CAFRECOGNIZER.MDL and create an instance of CApaCafRecognizer that can be used
    54 	* by derived classes
    64 	* by derived classes
    55 	*/
    65 	*/