equal
deleted
inserted
replaced
109 * @param aUid identifing the central repository UID. |
109 * @param aUid identifing the central repository UID. |
110 * @param aId central repository ID. |
110 * @param aId central repository ID. |
111 * @param aValue the value associated with the central repository ID |
111 * @param aValue the value associated with the central repository ID |
112 * @return |
112 * @return |
113 */ |
113 */ |
114 TInt CTelDMGripHandler::GetInt( |
114 TInt GetInt( |
115 const TUid& aUid, |
115 const TUid& aUid, |
116 const TUint aId, |
116 const TUint aId, |
117 TInt& aValue ) const; |
117 TInt& aValue ) const; |
118 |
118 |
119 private: |
119 private: |