sipxmedialib  Version 3.3
IRTPDispatch.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 
12 // Border Guard
13 #ifndef _IRTPDispatch_h
14 #define _IRTPDispatch_h
15 
16 #include "rtcp/RtcpConfig.h"
17 
18 // Includes
19 #include "IRTPHeader.h"
20 #include "IBaseClass.h"
21 
36 interface IRTPDispatch : public IBaseClass
37  {
38 
39 // Public Methods
40 
41 public:
42 
68  virtual void ForwardRTPHeader(IRTPHeader *piRTPHeader) = 0;
69 
70 };
71 
72 #endif