jrt_plat/java_registry_api/inc/javaregistryentry.h
changeset 23 98ccebc37403
parent 1 53c80e845d7c
--- a/jrt_plat/java_registry_api/inc/javaregistryentry.h	Mon May 03 12:27:20 2010 +0300
+++ b/jrt_plat/java_registry_api/inc/javaregistryentry.h	Fri May 14 15:47:24 2010 +0300
@@ -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: