diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-21 02:53:59 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-21 02:53:59 +0000 |
commit | 97bbd33afc77e8333e7cdcd747a354f93773741d (patch) | |
tree | 3150e3d5153477713186c347e7f665b49de9a014 /TAO/tao/default_client.cpp | |
parent | 3827bc039a7a120e9d394d08e468565cbb9bf490 (diff) | |
download | ATCD-97bbd33afc77e8333e7cdcd747a354f93773741d.tar.gz |
Fri Apr 20 21:29:38 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/default_client.cpp')
-rw-r--r-- | TAO/tao/default_client.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/default_client.cpp b/TAO/tao/default_client.cpp index a74f2521c72..4f18da08b86 100644 --- a/TAO/tao/default_client.cpp +++ b/TAO/tao/default_client.cpp @@ -195,6 +195,12 @@ TAO_Default_Client_Strategy_Factory::create_wait_strategy (TAO_Transport *transp return ws; } +int +TAO_Default_Client_Strategy_Factory::allow_callback (void) +{ + return (this->wait_strategy_ != TAO_WAIT_ON_READ); +} + ACE_Lock * TAO_Default_Client_Strategy_Factory::create_ft_service_retention_id_lock (void) { |