java_stubs/javaregistry/clientserver/client/inc/javaregconverter.h
branchCompilerCompatibility
changeset 14 64bf9e47f05e
parent 0 3fd91c96c86c
--- a/java_stubs/javaregistry/clientserver/client/inc/javaregconverter.h	Sun Mar 14 13:09:01 2010 +0000
+++ b/java_stubs/javaregistry/clientserver/client/inc/javaregconverter.h	Sun Mar 28 16:35:58 2010 +0100
@@ -209,7 +209,7 @@
      * @param aCertChains [out] The method converts the unicode descriptors
      *                          into this RPointerArray<HBufC>.
      */
-    IMPORT_C static void JavaRegConverter::GetUnicodeDescriptorsL(
+    IMPORT_C static void GetUnicodeDescriptorsL(
         const TDesC& aValue,
         RPointerArray<HBufC>& aDescriptors);
     /**
@@ -224,7 +224,7 @@
      * @param aDes [out] Descriptor parameter, storing, and the returning
      * the certificate chains.
      */
-    IMPORT_C static void JavaRegConverter::StoreUnicodeDescriptorsL(
+    IMPORT_C static void StoreUnicodeDescriptorsL(
         const RPointerArray<HBufC>& aValue,
         HBufC*& aDes);
 };