phoneapp/phoneuistates/inc/cphonesinglecall.h
changeset 76 cfea66083b62
parent 74 d1c62c765e48
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    84         * Returns call identifier of the call this state is associated with.
    84         * Returns call identifier of the call this state is associated with.
    85         * @return   Call identifier.
    85         * @return   Call identifier.
    86         */
    86         */
    87         IMPORT_C TInt CallId() const;
    87         IMPORT_C TInt CallId() const;
    88     private:
    88     private:
    89     
       
    90         void HandleHeldL( TInt aCallId );
       
    91         
       
    92         void HandleConnectedL( TInt aCallId );
       
    93         
    89         
    94         void ToggleHoldL();
    90         void ToggleHoldL();
    95         
    91         
    96         void HandleIncomingL( TInt aCallId );
    92         void HandleIncomingL( TInt aCallId );
    97         
    93