rtp/rtpstack/tsrc/ut_rtpstack/src/UT_CRtpStpPacket.cpp
branchRCL_3
changeset 43 b5e99d8877c7
parent 0 307788aac0a8
child 44 0dcb073356a5
equal deleted inserted replaced
41:f54bfd820e04 43:b5e99d8877c7
    73 
    73 
    74 
    74 
    75 void UT_CRtpStpPacket::SetupL(  )
    75 void UT_CRtpStpPacket::SetupL(  )
    76     {
    76     {
    77  	iRtpStpPacket = new(ELeave) CRtpStpPacket();
    77  	iRtpStpPacket = new(ELeave) CRtpStpPacket();
    78         
       
    79     CleanupStack::PushL(iRtpStpPacket);
       
    80     iRtpStpPacket->ConstructL( KMaxRtpPacketSize, 1 );
    78     iRtpStpPacket->ConstructL( KMaxRtpPacketSize, 1 );
    81     CleanupStack::Pop();
    79 
    82     }
    80     }
    83 
    81 
    84 void UT_CRtpStpPacket::Teardown(  )
    82 void UT_CRtpStpPacket::Teardown(  )
    85     {
    83     {
    86  
    84