radioapp/radioapplication/src/radioapplication.cpp
changeset 32 189d20c34778
parent 28 075425b8d9a4
child 33 11b6825f0862
equal deleted inserted replaced
28:075425b8d9a4 32:189d20c34778
    43 
    43 
    44 /*!
    44 /*!
    45  * Constructor
    45  * Constructor
    46  */
    46  */
    47 RadioApplication::RadioApplication( int &argc, char *argv[] ) :
    47 RadioApplication::RadioApplication( int &argc, char *argv[] ) :
    48     HbApplication( argc, argv )
    48     HbApplication( argc, argv, Hb::NoSplash )
    49 {
    49 {
    50     // Initializes the radio engine utils if UI logs are entered into the engine log
    50     // Initializes the radio engine utils if UI logs are entered into the engine log
    51     INIT_COMBINED_LOGGER
    51     INIT_COMBINED_LOGGER
    52 
    52 
    53     LOG_TIMESTAMP( "Start radio" );
    53     LOG_TIMESTAMP( "Start radio" );
    65     // Releases the radio engine utils if it was initialized in the beginning
    65     // Releases the radio engine utils if it was initialized in the beginning
    66     RELEASE_COMBINED_LOGGER
    66     RELEASE_COMBINED_LOGGER
    67 }
    67 }
    68 
    68 
    69 /*!
    69 /*!
    70  *Private slot
    70  * Private slot
    71  *
    71  *
    72  */
    72  */
    73 void RadioApplication::init()
    73 void RadioApplication::init()
    74 {
    74 {
    75     // If started as a service, there is no need for offline-check
    75     // If started as a service, there is no need for offline-check