jrt_plat/java_registry_api/inc/javaregistryentry.h
branchCompilerCompatibility
changeset 14 64bf9e47f05e
parent 1 53c80e845d7c
equal deleted inserted replaced
11:0fdfe802150c 14:64bf9e47f05e
   146      * @since S60 v5.0
   146      * @since S60 v5.0
   147      * @param aName The name the searched attribute.
   147      * @param aName The name the searched attribute.
   148      * @return MJavaAttribute poiter to instance, which contain attribute.
   148      * @return MJavaAttribute poiter to instance, which contain attribute.
   149      * If attribute doesn't exist return NULL.
   149      * If attribute doesn't exist return NULL.
   150      */
   150      */
   151     IMPORT_C const MJavaAttribute*
   151     IMPORT_C const MJavaAttribute* AttributeL(const TDesC& aName) const;
   152     CJavaRegistryEntry::AttributeL(const TDesC& aName) const;
       
   153 
   152 
   154     /**
   153     /**
   155      * CJavaRegistryEntry::Attributes method gets the
   154      * CJavaRegistryEntry::Attributes method gets the
   156      * array of additional attributes.
   155      * array of additional attributes.
   157      *
   156      *
   158      * @since S60 v5.0
   157      * @since S60 v5.0
   159      * @return RPointerArray& with all additional attributes.
   158      * @return RPointerArray& with all additional attributes.
   160      */
   159      */
   161     IMPORT_C const RPointerArray<MJavaAttribute>&
   160     IMPORT_C const RPointerArray<MJavaAttribute>& AttributesL() const;
   162     CJavaRegistryEntry::AttributesL() const;
       
   163 
   161 
   164 protected:
   162 protected:
   165 
   163 
   166     /**
   164     /**
   167      * CJavaRegistryEntry::CJavaRegistryEntry constructor
   165      * CJavaRegistryEntry::CJavaRegistryEntry constructor