changeset 13 | efebd1779a59 |
parent 0 | 40261b775718 |
0:40261b775718 | 13:efebd1779a59 |
---|---|
220 Protected constructor. |
220 Protected constructor. |
221 |
221 |
222 @param aType |
222 @param aType |
223 The source type UID. |
223 The source type UID. |
224 */ |
224 */ |
225 MDataSink(TUid aType): iDataSinkType(aType) {} |
225 MDataSink(TUid aType): iDataSinkType(aType),iDtor_ID_Key(TUid::Null()) {} |
226 |
226 |
227 private: |
227 private: |
228 TUid iDataSinkType; |
228 TUid iDataSinkType; |
229 TUid iDtor_ID_Key; |
229 TUid iDtor_ID_Key; |
230 }; |
230 }; |