equal
deleted
inserted
replaced
192 |
192 |
193 iImplementationUid = call->ImplementationUid(); |
193 iImplementationUid = call->ImplementationUid(); |
194 |
194 |
195 iConferenceCall = iPluginManager.GetPluginL( |
195 iConferenceCall = iPluginManager.GetPluginL( |
196 call->ImplementationUid() )->NewConferenceL( ServiceId(), *this ); |
196 call->ImplementationUid() )->NewConferenceL( ServiceId(), *this ); |
197 |
197 |
198 if(iConferenceCall) |
198 if(iConferenceCall) |
199 { |
199 { |
200 iConferenceCall->AddCallL( &call->GetCCPCall() ); |
200 iConferenceCall->AddCallL( &call->GetCCPCall() ); |
201 } |
201 } |
202 else |
202 else |
629 // --------------------------------------------------------------------------- |
629 // --------------------------------------------------------------------------- |
630 // CallDuration() |
630 // CallDuration() |
631 // --------------------------------------------------------------------------- |
631 // --------------------------------------------------------------------------- |
632 // |
632 // |
633 TTimeIntervalSeconds CCCEConferenceCall::CallDuration() const |
633 TTimeIntervalSeconds CCCEConferenceCall::CallDuration() const |
634 { |
634 { |
635 return iCCEDurationTimer->NumberOfBeats(); |
635 return iCCEDurationTimer->NumberOfBeats(); |
636 } |
636 } |
637 |
637 |
638 // End of file |
638 // End of file |