changeset 51 | 20ac952a623c |
parent 34 | 9d84592f5036 |
48:22de2e391156 | 51:20ac952a623c |
---|---|
57 LOG_FUNC |
57 LOG_FUNC |
58 iNotifyMediaPacketDroppedFlag = EFalse; |
58 iNotifyMediaPacketDroppedFlag = EFalse; |
59 iPacketsLost = 0; |
59 iPacketsLost = 0; |
60 } |
60 } |
61 |
61 |
62 CMediaSession::~CMediaSession() |
|
63 { |
|
64 LOG_FUNC |
|
65 } |
|
66 |
|
62 void CMediaSession::ConstructL() |
67 void CMediaSession::ConstructL() |
63 { |
68 { |
64 LOG_FUNC |
69 LOG_FUNC |
65 CUserPlaneTransportSession::ConstructL(); |
70 CUserPlaneTransportSession::ConstructL(); |
66 |
71 |