jrt_plat/java_registry_api/inc/javaregistryentry.h
branchCompilerCompatibility
changeset 14 64bf9e47f05e
parent 1 53c80e845d7c
--- a/jrt_plat/java_registry_api/inc/javaregistryentry.h	Sun Mar 14 13:09:01 2010 +0000
+++ b/jrt_plat/java_registry_api/inc/javaregistryentry.h	Sun Mar 28 16:35:58 2010 +0100
@@ -148,8 +148,7 @@
      * @return MJavaAttribute poiter to instance, which contain attribute.
      * If attribute doesn't exist return NULL.
      */
-    IMPORT_C const MJavaAttribute*
-    CJavaRegistryEntry::AttributeL(const TDesC& aName) const;
+    IMPORT_C const MJavaAttribute* AttributeL(const TDesC& aName) const;
 
     /**
      * CJavaRegistryEntry::Attributes method gets the
@@ -158,8 +157,7 @@
      * @since S60 v5.0
      * @return RPointerArray& with all additional attributes.
      */
-    IMPORT_C const RPointerArray<MJavaAttribute>&
-    CJavaRegistryEntry::AttributesL() const;
+    IMPORT_C const RPointerArray<MJavaAttribute>& AttributesL() const;
 
 protected: