diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-21 21:07:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-21 21:07:13 +0000 |
commit | e6b729e10c3753a4c7b208352f1217a80698ce72 (patch) | |
tree | a58339cb1e06e5a66d469460f74a5e29f6b9e270 /TAO/tao/default_server.h | |
parent | 4a71eb085dc7066f6c73ec7d29e614b40a6bd09b (diff) | |
download | ATCD-e6b729e10c3753a4c7b208352f1217a80698ce72.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/default_server.h')
-rw-r--r-- | TAO/tao/default_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/default_server.h b/TAO/tao/default_server.h index 60c79c4e52a..63533771c0e 100644 --- a/TAO/tao/default_server.h +++ b/TAO/tao/default_server.h @@ -22,11 +22,11 @@ #include "tao/strategy_T.h" class TAO_Default_Server_Strategy_Factory : public TAO_Server_Strategy_Factory +{ // = TITLE // This is the default strategy factory for CORBA servers. It // allows developers to choose strategies via argument flags. // This design gives substantial freedom for experimentation. -{ public: // = Initialization and termination methods. TAO_Default_Server_Strategy_Factory (void); |