equal
deleted
inserted
replaced
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 /** |