equal
deleted
inserted
replaced
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 |
|
61 |
51 |
62 /* |
52 /* |
63 * Load CAFRECOGNIZER.MDL and create an instance of CApaCafRecognizer that can be used |
53 * Load CAFRECOGNIZER.MDL and create an instance of CApaCafRecognizer that can be used |
64 * by derived classes |
54 * by derived classes |
65 */ |
55 */ |