#include <srcrt.hh>
Inheritance diagram for SrcRtFilterReceive:


Public Member Functions | |
| SrcRtFilterReceive (SrcRtFilter *app) | |
| void | recv (Message *msg, handle h) |
Public Attributes | |
| SrcRtFilter * | app_ |
|
|
Definition at line 42 of file srcrt.hh. References app_.
00042 : app_(app) {}; |
|
||||||||||||
|
Implements FilterCallback. Definition at line 50 of file srcrt.cc. References app_, and SrcRtFilter::recv().
|
Here is the call graph for this function:

|
|
Definition at line 45 of file srcrt.hh. Referenced by recv(), and SrcRtFilterReceive(). |
1.3.3