summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2007-09-28 16:47:30 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2007-09-28 16:47:30 +0000
commit84d45bf1e53449fed92c08c9950b65053ea22f7a (patch)
tree190d0037c383aba420a686f52651d98b6c92969b /orkaudio/audiocaptureplugins/voip/RtpSession.h
parent159d57187854191b887f8392682ff8c2e0369b10 (diff)
Adjustment to solve a potential performance problem that could arise from the load toll associated with repeated string comparison
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@498 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index 9c59593..ec6d36f 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -43,6 +43,7 @@ public:
bool m_attrSendonly; // true if the SDP has a:sendonly
std::map<CStdString, CStdString> m_extractedFields;
CStdString m_telephoneEventPayloadType;
+ bool m_telephoneEventPtDefined;
time_t m_recvTime;
};
@@ -177,6 +178,7 @@ private:
TcpAddressList m_rtpAddressList;
std::list<SipInviteInfoRef> m_invites;
std::map<CStdString, CStdString> m_tags;
+ bool m_sessionTelephoneEventPtDefined;
CStdString m_telephoneEventPayloadType;
unsigned short m_currentRtpEvent;