diff -r ba76fc04e6c2 -r 6b911d05207e phoneplugins/csplugin/inc/mcspcallobserver.h --- a/phoneplugins/csplugin/inc/mcspcallobserver.h Fri Jun 04 10:19:18 2010 +0100 +++ b/phoneplugins/csplugin/inc/mcspcallobserver.h Wed Jun 23 18:12:20 2010 +0300 @@ -90,11 +90,14 @@ /** * Notify that remote party info has changed. - * @param aRemoteParty new remote party information + * @param aRemotePartyName new remote party name + * @param aRemotePartyNumber new remote party number * */ virtual void NotifyRemotePartyInfoChanged( - const TDesC& aRemoteParty) = 0; + const TDesC& aRemotePartyName, + const TDesC& aRemotePartyNumber + ) = 0; };