equal
deleted
inserted
replaced
135 /** |
135 /** |
136 * Add application entry to predefined collection. |
136 * Add application entry to predefined collection. |
137 * @param aEntry application entry. |
137 * @param aEntry application entry. |
138 * @param aUpdate is entry updated by a client. |
138 * @param aUpdate is entry updated by a client. |
139 */ |
139 */ |
140 void AddEntryToPredefinedCollectionL( CCaInnerEntry* aEntry, |
140 void AddEntryToPredefinedCollectionL( CCaInnerEntry* aEntry); |
141 TBool aUpdate = EFalse ); |
|
142 |
141 |
143 /** |
142 /** |
144 * Create predefined collection. |
143 * Create predefined collection. |
145 * @param aGroupName group name. |
144 * @param aGroupName group name. |
146 * @result id of a newly created collection. |
145 * @result id of a newly created collection. |