mmsharing/mmshengine/src/musengsession.cpp
branchRCL_3
changeset 30 2d2c7d1515f7
parent 11 ff8a573c0e2e
child 31 33a5d2bbf6fc
equal deleted inserted replaced
24:407431f36921 30:2d2c7d1515f7
    63 
    63 
    64 // -----------------------------------------------------------------------------
    64 // -----------------------------------------------------------------------------
    65 //
    65 //
    66 // -----------------------------------------------------------------------------
    66 // -----------------------------------------------------------------------------
    67 //
    67 //
    68 EXPORT_C TBool CMusEngSession::AudioRoutingCanBeChanged()
    68 EXPORT_C TBool CMusEngSession::AudioRoutingCanBeChanged() const
    69     {
    69     {
    70     return iTelephoneUtils->AudioRoutingCanBeChanged();
    70     return iTelephoneUtils->AudioRoutingCanBeChanged();
       
    71     }
       
    72 
       
    73 
       
    74 // -----------------------------------------------------------------------------
       
    75 //
       
    76 // -----------------------------------------------------------------------------
       
    77 //
       
    78 EXPORT_C TBool CMusEngSession::AudioOutputIsBT() const
       
    79     {
       
    80     return iTelephoneUtils->AudioOutputIsBT();
    71     }
    81     }
    72 
    82 
    73 
    83 
    74 // -----------------------------------------------------------------------------
    84 // -----------------------------------------------------------------------------
    75 //
    85 //