diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-27 00:25:23 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-27 00:25:23 +0000 |
commit | 19b7638acf90760afdafbc348dceceac9feca76d (patch) | |
tree | 15d11034396d9c886c7021605705a7f0370f5d98 /TAO/tao/Client_Strategy_Factory.h | |
parent | 174d9198ee42df498403e8d6bc272bd8851e052a (diff) | |
download | ATCD-19b7638acf90760afdafbc348dceceac9feca76d.tar.gz |
ChangeLogTag:Wed May 26 18:51:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Client_Strategy_Factory.h')
-rw-r--r-- | TAO/tao/Client_Strategy_Factory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Client_Strategy_Factory.h b/TAO/tao/Client_Strategy_Factory.h index 36fb5cc0f37..5aca61461aa 100644 --- a/TAO/tao/Client_Strategy_Factory.h +++ b/TAO/tao/Client_Strategy_Factory.h @@ -42,6 +42,9 @@ public: // the TAO_GIOP_Invocation::location_forward and the // TAO_GIOP_Invocation::start + // @@ This routine should not be here, otherwise the protocols are + // not pluggable, but we need to integrate the changes from + // asynchronous messaging to eliminate this method.... virtual ACE_Creation_Strategy<TAO_Client_Connection_Handler> *create_client_creation_strategy (void); // Create the correct client connection creation strategy }; |