diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-09 08:14:42 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-09 08:14:42 +0000 |
commit | 07a52fc14bc85bdb1afedcef06dad3e322e613e2 (patch) | |
tree | c82126025c3d3cff73d412bc6b91e84f40ff3796 /TAO/tao/default_client.h | |
parent | c606e1b3c5627a689aee03f409a8f31a83c11d7c (diff) | |
download | ATCD-07a52fc14bc85bdb1afedcef06dad3e322e613e2.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/default_client.h')
-rw-r--r-- | TAO/tao/default_client.h | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/TAO/tao/default_client.h b/TAO/tao/default_client.h index 510728b4b56..0b22a5375f3 100644 --- a/TAO/tao/default_client.h +++ b/TAO/tao/default_client.h @@ -17,26 +17,15 @@ #if !defined (TAO_DEFAULT_CLIENT_H) # define TAO_DEFAULT_CLIENT_H -#if 0 -# include "ace/SOCK_Acceptor.h" -# include "ace/SOCK_Connector.h" -# include "ace/Strategies_T.h" -# include "ace/Connector.h" -# include "ace/Synch.h" - -# include "tao/params.h" -# include "tao/connect.h" -# include "tao/objtable.h" -#endif /* 0 */ #include "tao/corba.h" class TAO_Default_Client_Strategy_Factory : public TAO_Client_Strategy_Factory // = TITLE - // This is the "default" client strategy factor for - // TAO...basically, it includes strategies that are configured - // through command-line options so that everything operates as if - // there were no dynamically-linkable strategies. + // This is the "default" client strategy factor for TAO. It + // includes strategies that are configured through command-line + // options so that everything operates as if there were no + // dynamically-linkable strategies. { public: // = Initialization and termination methods. |