summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Default_Acceptor_Filter.cpp
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-25 21:45:02 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-25 21:45:02 +0000
commit284d8747fb6ab2c89c7bf4ab4625983bfec7dfa3 (patch)
treee3ac549717dd4fe1e89f9215ce35072226e30dd4 /TAO/tao/PortableServer/Default_Acceptor_Filter.cpp
parenta43bf3baa99526eb0df6f9e896e9a85f7c5ba99b (diff)
downloadATCD-284d8747fb6ab2c89c7bf4ab4625983bfec7dfa3.tar.gz
ChangeLogTag: Fri May 25 15:56:17 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PortableServer/Default_Acceptor_Filter.cpp')
-rw-r--r--TAO/tao/PortableServer/Default_Acceptor_Filter.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Default_Acceptor_Filter.cpp b/TAO/tao/PortableServer/Default_Acceptor_Filter.cpp
index b4bbc70f2f8..21f4cfd3249 100644
--- a/TAO/tao/PortableServer/Default_Acceptor_Filter.cpp
+++ b/TAO/tao/PortableServer/Default_Acceptor_Filter.cpp
@@ -19,7 +19,9 @@ TAO_Default_Acceptor_Filter::fill_mprofile (const TAO_ObjectKey &object_key,
acceptor != acceptors_end;
++acceptor)
{
- if ((*acceptor)->create_mprofile (object_key, mprofile)
+ if ((*acceptor)->create_mprofile (object_key,
+ mprofile,
+ 0 /* one endpoint per profile */)
== -1)
return -1;
}