phoneplugins/csplugin/inc/mcspcallobserver.h
changeset 45 6b911d05207e
parent 21 92ab7f8d0eab
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    88         */
    88         */
    89         virtual void CallCapsChanged( const TUint32 aCapsFlags ) = 0;
    89         virtual void CallCapsChanged( const TUint32 aCapsFlags ) = 0;
    90         
    90         
    91         /**
    91         /**
    92         * Notify that remote party info has changed.
    92         * Notify that remote party info has changed.
    93         * @param aRemoteParty new remote party information
    93         * @param aRemotePartyName new remote party name
       
    94         * @param aRemotePartyNumber new remote party number
    94         * 
    95         * 
    95         */
    96         */
    96         virtual void NotifyRemotePartyInfoChanged( 
    97         virtual void NotifyRemotePartyInfoChanged( 
    97             const TDesC& aRemoteParty) = 0;
    98             const TDesC& aRemotePartyName,
       
    99             const TDesC& aRemotePartyNumber
       
   100         ) = 0;
    98 
   101 
    99         
   102         
   100     };
   103     };
   101 
   104 
   102 #endif // MINCOMINGCALLOBSERVER_H
   105 #endif // MINCOMINGCALLOBSERVER_H