sipxmedialib
Version 3.3
Main Page
Related Pages
Classes
Files
File List
File Members
include
rtcp
IRTCPRegister.h
Go to the documentation of this file.
1
//
2
// Copyright (C) 2004-2006 SIPfoundry Inc.
3
// Licensed by SIPfoundry under the LGPL license.
4
//
5
// Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6
// Licensed to SIPfoundry under a Contributor Agreement.
7
//
8
// $$
10
11
// Border Guard
12
#ifndef _IRTCPRegister_h
13
#define _IRTCPRegister_h
14
15
#include "
rtcp/RtcpConfig.h
"
16
17
// Include
18
#include "
IBaseClass.h
"
19
#include "
IRTCPNotify.h
"
20
21
22
40
interface
IRTCPRegister :
public
IBaseClass
41
{
42
43
// Public Methods
44
public
:
66
virtual
bool
Advise(IRTCPNotify *piRTCPNotify) = 0;
67
86
virtual
bool
Unadvise
(IRTCPNotify *piRTCPNotify) = 0;
87
88
};
89
90
#endif
91
IBaseClass.h
IRTCPNotify.h
Unadvise
virtual bool Unadvise(IRTCPNotify *piRTCPNotify)=0
RtcpConfig.h
Generated by
1.8.11