diff options
author | yamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-08 16:35:55 +0000 |
---|---|---|
committer | yamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-08 16:35:55 +0000 |
commit | c2ad9ca1fb2b63278feb0b7a14cb1d5a9416acf4 (patch) | |
tree | d748111d45ec9a22e66514cca013bf0abac072cc | |
parent | 52b792390e9ff31c60bb6e8212e92316113ec3cf (diff) | |
download | ATCD-c2ad9ca1fb2b63278feb0b7a14cb1d5a9416acf4.tar.gz |
*** empty log message ***
-rw-r--r-- | TAO/orbsvcs/orbsvcs/AV/RTCP.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTCP.h b/TAO/orbsvcs/orbsvcs/AV/RTCP.h index ea255025510..ca42a6d56a9 100644 --- a/TAO/orbsvcs/orbsvcs/AV/RTCP.h +++ b/TAO/orbsvcs/orbsvcs/AV/RTCP.h @@ -185,11 +185,15 @@ public: TAO_AV_RTCP_Callback *callback); static ACE_UINT32 alloc_srcid (ACE_UINT32 addr); + +protected: + static double fmod (double dividend, double divisor); }; class TAO_AV_Callback; -class TAO_AV_Export TAO_AV_RTCP_Object : public TAO_AV_Protocol_Object +class TAO_AV_Export TAO_AV_RTCP_Object + : public TAO_AV_Protocol_Object { public: TAO_AV_RTCP_Object (TAO_AV_Callback *callback, |