mmserv/radioutility/radio_utility/src/RadioUtilityBody.cpp
changeset 20 b67dd1fc57c5
parent 19 4a629bc82c5e
equal deleted inserted replaced
19:4a629bc82c5e 20:b67dd1fc57c5
    49 void CRadioUtility::CBody::ConstructL(
    49 void CRadioUtility::CBody::ConstructL(
    50     TBool aPrimaryClient )
    50     TBool aPrimaryClient )
    51     {
    51     {
    52     FUNC_LOG;
    52     FUNC_LOG;
    53     INFO_1("Size of RRadioSession: %i", sizeof(RRadioSession) );
    53     INFO_1("Size of RRadioSession: %i", sizeof(RRadioSession) );
    54     iRadioSession = new (ELeave) RRadioSession();
    54     iRadioSession = RRadioSession::NewL();
    55     User::LeaveIfError(iRadioSession->Connect(*this, aPrimaryClient));
    55     User::LeaveIfError(iRadioSession->Connect(*this, aPrimaryClient));
    56     }
    56     }
    57 
    57 
    58 // -----------------------------------------------------------------------------
    58 // -----------------------------------------------------------------------------
    59 // CRadioUtility::CBody::CBody
    59 // CRadioUtility::CBody::CBody