searchui/runtimeproviders/searchruntimeprovider/inc/searchruntime.h
changeset 23 af30d8015c58
parent 17 7d8c8d8f5eab
equal deleted inserted replaced
20:68cdadcf169e 23:af30d8015c58
    76     /**
    76     /**
    77      * Called after the state machine has stopped.
    77      * Called after the state machine has stopped.
    78      * @since S60 ?S60_version.
    78      * @since S60 ?S60_version.
    79      */
    79      */
    80     void handleStateMachineStopped();
    80     void handleStateMachineStopped();
       
    81     
       
    82     void sendMattiEvent();
    81 
    83 
    82 signals:
    84 signals:
    83 
    85 
    84     /**
    86     /**
    85      * Emission of this signal initiates a transition to the final state.     
    87      * Emission of this signal initiates a transition to the final state.     
    86      */
    88      */
    87     void stopStateMachine();
    89     void stopStateMachine();
       
    90     
       
    91     void sentMattiEventSignal();
    88 
    92 
    89 private:
    93 private:
    90 
    94 
    91     /**
    95     /**
    92      * Creates states
    96      * Creates states