diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-01 05:06:42 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-01 05:06:42 +0000 |
commit | 2d3b3960491716876f75470fd65caa5e10ef3d0e (patch) | |
tree | cc9c7723971543db846eaa8ee006f362f02274d4 /TAO/tao/Acceptor_Registry.h | |
parent | 66c0612e5cbaaade9db3d1663e3beae93df209dc (diff) | |
download | ATCD-2d3b3960491716876f75470fd65caa5e10ef3d0e.tar.gz |
ChangeLogTag:Thu Aug 31 16:31:04 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Acceptor_Registry.h')
-rw-r--r-- | TAO/tao/Acceptor_Registry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Acceptor_Registry.h b/TAO/tao/Acceptor_Registry.h index 3f5937de903..1d05a43fdc1 100644 --- a/TAO/tao/Acceptor_Registry.h +++ b/TAO/tao/Acceptor_Registry.h @@ -36,7 +36,7 @@ class ACE_Addr; class ACE_Reactor; class TAO_ORB_Core; -class TAO_POA; +class TAO_Acceptor_Filter; class TAO_Stub; class TAO_Profile; @@ -78,7 +78,7 @@ public: int make_mprofile (const TAO_ObjectKey& object_key, TAO_MProfile &mprofile, - TAO_POA *poa); + TAO_Acceptor_Filter *filter = 0); // Add profiles to the <mprofile> object for all open endpoints. // <poa> parameter is passed because the POA may contain some // information affecting how/which profiles get created. |