phoneplugins/csplugin/inc/mcspcallobserver.h
changeset 45 6b911d05207e
parent 21 92ab7f8d0eab
--- 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;
 
         
     };