phoneplugins/csplugin/inc/mcspcallobserver.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 45 6b911d05207e
--- a/phoneplugins/csplugin/inc/mcspcallobserver.h	Tue Jun 15 14:14:38 2010 +0100
+++ b/phoneplugins/csplugin/inc/mcspcallobserver.h	Thu Jul 22 16:33:21 2010 +0100
@@ -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;
 
         
     };