summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-08-01 14:40:48 +0000
committerHenri Herscher <henri@oreka.org>2006-08-01 14:40:48 +0000
commit0182c73c34be9dea04a0274755bdba266cb0e7f9 (patch)
tree4806af31b5c9834cca0733cb2bad60bb9d310e4b /orkaudio/audiocaptureplugins/voip/RtpSession.h
parente9e6613de3d149df60b7aab202280c24bec7e72e (diff)
Applying changeset 266 from 0.5 to trunk:
Removed the unused old RTP mixer from the VoIp.dll git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@319 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index 1461f8e..194db61 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -14,12 +14,15 @@
#ifndef __RTPSESSION_H__
#define __RTPSESSION_H__
+#include <log4cxx/logger.h>
#include "RtpSession.h"
#include "Rtp.h"
#include <map>
#include "ace/Singleton.h"
#include "PacketHeaderDefs.h"
+using namespace log4cxx;
+
class SipInviteInfo
{
public:
@@ -108,7 +111,7 @@ private:
RtpPacketInfoRef m_lastRtpPacket;
RtpPacketInfoRef m_lastRtpPacketSide1;
RtpPacketInfoRef m_lastRtpPacketSide2;
- RtpRingBuffer m_rtpRingBuffer;
+ //RtpRingBuffer m_rtpRingBuffer;
struct in_addr m_invitorIp;
int m_invitorTcpPort;
struct in_addr m_inviteeIp;