userdict/inc/UdictContainer.h
branchCompilerCompatibility
changeset 8 f97881630a71
parent 0 9a3a17bfeb67
equal deleted inserted replaced
7:e7a9cc41bfe3 8:f97881630a71
    99 
    99 
   100         /**
   100         /**
   101         * Creates the icon and adds it to the array if it was successful
   101         * Creates the icon and adds it to the array if it was successful
   102         *  @since 2.8
   102         *  @since 2.8
   103         */
   103         */
   104         void CUserDictContainer::CreateIconAndAddToArrayL(
   104         void CreateIconAndAddToArrayL(CArrayPtr<CGulIcon>*& aIconsArray,
   105                                     CArrayPtr<CGulIcon>*& aIconsArray,
   105                                       const TDesC& aIconFile,
   106                                     const TDesC& aIconFile,
   106                                       TInt aBitmap, TInt aMask = -1);
   107                                     TInt aBitmap, TInt aMask = -1);
       
   108 
   107 
   109 
   108 
   110     private:  // Functions from base classes
   109     private:  // Functions from base classes
   111 
   110 
   112         /**
   111         /**