java_stubs/javaregistry/clientserver/client/inc/javaregconverter.h
branchCompilerCompatibility
changeset 14 64bf9e47f05e
parent 0 3fd91c96c86c
equal deleted inserted replaced
11:0fdfe802150c 14:64bf9e47f05e
   207      * @since S60 v3.2
   207      * @since S60 v3.2
   208      * @param aValue A descriptor storing unicode descriptors.
   208      * @param aValue A descriptor storing unicode descriptors.
   209      * @param aCertChains [out] The method converts the unicode descriptors
   209      * @param aCertChains [out] The method converts the unicode descriptors
   210      *                          into this RPointerArray<HBufC>.
   210      *                          into this RPointerArray<HBufC>.
   211      */
   211      */
   212     IMPORT_C static void JavaRegConverter::GetUnicodeDescriptorsL(
   212     IMPORT_C static void GetUnicodeDescriptorsL(
   213         const TDesC& aValue,
   213         const TDesC& aValue,
   214         RPointerArray<HBufC>& aDescriptors);
   214         RPointerArray<HBufC>& aDescriptors);
   215     /**
   215     /**
   216      * JavaRegConverter::StoreUnicodeDescriptorsL method stores the
   216      * JavaRegConverter::StoreUnicodeDescriptorsL method stores the
   217      * unicode descriptors ( given in the first parameter ),
   217      * unicode descriptors ( given in the first parameter ),
   222      * @since S60 v3.2
   222      * @since S60 v3.2
   223      * @param aValue The certificate chains to be stored.
   223      * @param aValue The certificate chains to be stored.
   224      * @param aDes [out] Descriptor parameter, storing, and the returning
   224      * @param aDes [out] Descriptor parameter, storing, and the returning
   225      * the certificate chains.
   225      * the certificate chains.
   226      */
   226      */
   227     IMPORT_C static void JavaRegConverter::StoreUnicodeDescriptorsL(
   227     IMPORT_C static void StoreUnicodeDescriptorsL(
   228         const RPointerArray<HBufC>& aValue,
   228         const RPointerArray<HBufC>& aValue,
   229         HBufC*& aDes);
   229         HBufC*& aDes);
   230 };
   230 };
   231 
   231 
   232 }// namespace Registry
   232 }// namespace Registry