diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 11:51:44 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 11:51:44 +0000 |
commit | e91b6b78b88d1bd16650d8f40bfe1fa0b892b30f (patch) | |
tree | aa0678e4adb381887341002c153955c24c2f2876 /TAO/tao/Client_Strategy_Factory.h | |
parent | 86401322e8267fd1599fabc7f46d996b7d46d135 (diff) | |
download | ATCD-e91b6b78b88d1bd16650d8f40bfe1fa0b892b30f.tar.gz |
ChangeLogTag:Sat Mar 18 05:34:48 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Client_Strategy_Factory.h')
-rw-r--r-- | TAO/tao/Client_Strategy_Factory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Client_Strategy_Factory.h b/TAO/tao/Client_Strategy_Factory.h index 4d6e9926cbe..22b70b51c8a 100644 --- a/TAO/tao/Client_Strategy_Factory.h +++ b/TAO/tao/Client_Strategy_Factory.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef TAO_CLIENT_STRATEGY_FACTORY_H +#include "ace/pre.h" #define TAO_CLIENT_STRATEGY_FACTORY_H #include "ace/Service_Object.h" @@ -59,4 +60,5 @@ public: // Create the lock to be used by the cached connector. }; +#include "ace/post.h" #endif /* TAO_CLIENT_STRATEGY_FACTORY_H */ |