phoneapp/phoneuistates/inc/cphoneincoming.h
changeset 77 2be0b271d017
parent 72 c76a0b1755b9
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
    88         * A message handling function for EPEMessageIncoming
    88         * A message handling function for EPEMessageIncoming
    89         * @param aCallId: the call id of the call
    89         * @param aCallId: the call id of the call
    90         */
    90         */
    91         void HandleIncomingL( TInt aCallId );
    91         void HandleIncomingL( TInt aCallId );
    92         
    92         
    93         /**
       
    94         * Display Incoming Call
       
    95         * @param aCallid call id
       
    96         * @param aCommandParam
       
    97         */
       
    98         void DisplayIncomingCallL( 
       
    99             TInt aCallId, 
       
   100             const TPhoneCmdParamBoolean aCommandParam );
       
   101         
       
   102         /**
       
   103         * Get allow waiting call header value.
       
   104         * @param aCommandParam
       
   105         */
       
   106         void AllowShowingOfWaitingCallHeaderL( 
       
   107             TPhoneCmdParamBoolean& aCommandParam );
       
   108     private:
    93     private:
   109         
    94         
   110         // call id of new waiting call
    95         // call id of new waiting call
   111         TInt iWaitingCallId;
    96         TInt iWaitingCallId;
   112     };
    97     };