summaryrefslogtreecommitdiff
path: root/TAO/tao/Client_Strategy_Factory.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-21 02:53:59 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-21 02:53:59 +0000
commit97bbd33afc77e8333e7cdcd747a354f93773741d (patch)
tree3150e3d5153477713186c347e7f665b49de9a014 /TAO/tao/Client_Strategy_Factory.h
parent3827bc039a7a120e9d394d08e468565cbb9bf490 (diff)
downloadATCD-97bbd33afc77e8333e7cdcd747a354f93773741d.tar.gz
Fri Apr 20 21:29:38 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Client_Strategy_Factory.h')
-rw-r--r--TAO/tao/Client_Strategy_Factory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Client_Strategy_Factory.h b/TAO/tao/Client_Strategy_Factory.h
index 735e48afa26..72916e7d42f 100644
--- a/TAO/tao/Client_Strategy_Factory.h
+++ b/TAO/tao/Client_Strategy_Factory.h
@@ -58,6 +58,9 @@ public:
/// Create the correct client <wait_for_reply> strategy.
virtual TAO_Wait_Strategy *create_wait_strategy (TAO_Transport *transport);
+ /// Does the client allow any form of callback?
+ virtual int allow_callback (void);
+
/// Create a lock to be used by the TAO_Fault_Tolerant_Service class
/// to generate unique retention ids
virtual ACE_Lock *create_ft_service_retention_id_lock (void);