diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-30 08:23:41 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-30 08:23:41 +0000 |
commit | 6f3ecf53fa4468b9944154bfd9838ba937d33977 (patch) | |
tree | d5e6b67421308945c35fe0b1519ff24d56d9f9a6 /TAO/tao/default_server.h | |
parent | 5446dc2789d1cde93c12b1d412aaaa95a9b5c2d8 (diff) | |
download | ATCD-6f3ecf53fa4468b9944154bfd9838ba937d33977.tar.gz |
ChangeLogTag:Sat Jan 29 23:58:18 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/default_server.h')
-rw-r--r-- | TAO/tao/default_server.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/default_server.h b/TAO/tao/default_server.h index 776a8114e37..d4c88f15aa2 100644 --- a/TAO/tao/default_server.h +++ b/TAO/tao/default_server.h @@ -15,13 +15,16 @@ #define TAO_DEFAULT_SERVER_FACTORY_H #include /**/ "ace/pre.h" -#include "ace/Service_Config.h" + +#include "tao/Server_Strategy_Factory.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "tao/Server_Strategy_Factory.h" +#include "ace/Service_Config.h" +#include "ace/Time_Value.h" + /** * @class TAO_Default_Server_Strategy_Factory |