[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Ccrtp-devel] Several RTPApplications
From: |
d99mara |
Subject: |
[Ccrtp-devel] Several RTPApplications |
Date: |
Mon, 24 Nov 2003 22:45:53 +0100 |
User-agent: |
Internet Messaging Program (IMP) 3.2.1 |
Hi!
I am writing a program that includes several RTPApplications. When I try to
call the constructor for RTPSession I provide it with the necessary arguments,
including a specific RTPApplication for each RTPSession. The call looks like
this:
RTPSession *rtp_session = new RTPSession(InetHostAddress((const char*)
local_ip), local_port, 0, 0,
MembershipBookkeeping::defaultMembersHashSize,
&rtp_app);
The compiler says that MembershipBookkeeping::defaultMembersHashSize is
protected. When I try to use another number, the compiler does not complain
about that, but it complains about other things.
What have I done wrong? Isn't it possible to do it this way?
Regards
Marcus
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Ccrtp-devel] Several RTPApplications,
d99mara <=