equal
deleted
inserted
replaced
1528 * From base class MPEDataStore |
1528 * From base class MPEDataStore |
1529 * @see MPEDataStore::SetCallOrigin |
1529 * @see MPEDataStore::SetCallOrigin |
1530 */ |
1530 */ |
1531 void SetCallOrigin( TPECallOrigin aOrigin, TInt aCallId ); |
1531 void SetCallOrigin( TPECallOrigin aOrigin, TInt aCallId ); |
1532 |
1532 |
1533 // <-- QT PHONE START --> |
|
1534 /** |
1533 /** |
1535 * Sets call Phonebook contact identifier. |
1534 * Sets call Phonebook contact identifier. |
1536 * @param aContactId is the contact identifier for a call |
1535 * @param aContactId is the contact identifier for a call |
1537 */ |
1536 */ |
1538 void SetContactId2( const TInt aContactId ); |
1537 void SetContactId2( const TInt aContactId ); |
1539 |
1538 |
1540 /** |
1539 /** |
1541 * Returns Phonebook contact identifier. |
1540 * Returns Phonebook contact identifier. |
1542 */ |
1541 */ |
1543 TInt ContactId2() const; |
1542 TInt ContactId2() const; |
1544 // <-- QT PHONE END --> |
|
1545 |
1543 |
1546 private: |
1544 private: |
1547 /** |
1545 /** |
1548 * C++ default constructor. |
1546 * C++ default constructor. |
1549 */ |
1547 */ |
1579 /** |
1577 /** |
1580 * CCE call dial parameters |
1578 * CCE call dial parameters |
1581 */ |
1579 */ |
1582 CCCECallParameters *iCallParams; |
1580 CCCECallParameters *iCallParams; |
1583 |
1581 |
1584 // <-- QT PHONE START --> |
|
1585 /** |
1582 /** |
1586 * Phonebook contact identifier. |
1583 * Phonebook contact identifier. |
1587 */ |
1584 */ |
1588 TInt iContactId; |
1585 TInt iContactId; |
1589 // <-- QT PHONE END --> |
|
1590 }; |
1586 }; |
1591 |
1587 |
1592 |
1588 |
1593 #endif // CPEENGINEINFOIMPL_H |
1589 #endif // CPEENGINEINFOIMPL_H |
1594 |
1590 |