equal
deleted
inserted
replaced
95 * @param aCallId identifies the call this event is associated to |
95 * @param aCallId identifies the call this event is associated to |
96 */ |
96 */ |
97 void SendMessage( MEngineMonitor::TPEMessagesFromPhoneEngine aMessage, |
97 void SendMessage( MEngineMonitor::TPEMessagesFromPhoneEngine aMessage, |
98 const TInt aCallId = KPECallIdNotUsed ); |
98 const TInt aCallId = KPECallIdNotUsed ); |
99 |
99 |
100 /** |
|
101 * Fetch number from speed dial location |
|
102 * @param aLocationIndex Index to look for |
|
103 * @param aNumber Filled with speed dial location phone number |
|
104 * @return Error code. |
|
105 */ |
|
106 TInt GetSpeedDialLocation( |
|
107 TInt aLocationIndex, |
|
108 TPEPhoneNumber& aNumber ); |
|
109 |
|
110 protected: // New functions |
100 protected: // New functions |
111 |
101 |
112 /** |
102 /** |
113 * C++ default constructor. |
103 * C++ default constructor. |
114 */ |
104 */ |