diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-05 11:00:17 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-05 11:00:17 +0000 |
commit | 0d4fb9013f5d4ccde8b0192b0c334fd9fe084357 (patch) | |
tree | 523e417833eaeee2cd1411c5f708be60dab0fa8d /TAO/tao/default_client.h | |
parent | b3922c9fd27c3c28549e6940b3ba3bf4d62b68cf (diff) | |
download | ATCD-0d4fb9013f5d4ccde8b0192b0c334fd9fe084357.tar.gz |
Added support for using static services
Diffstat (limited to 'TAO/tao/default_client.h')
-rw-r--r-- | TAO/tao/default_client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/default_client.h b/TAO/tao/default_client.h index 11cc81bc67d..45767a6796d 100644 --- a/TAO/tao/default_client.h +++ b/TAO/tao/default_client.h @@ -73,6 +73,10 @@ private: # include "tao/default_client.i" #endif /* __ACE_INLINE__ */ +#if defined (TAO_USES_STATIC_SERVICE) +ACE_STATIC_SVC_DECLARE (TAO_Default_Client_Strategy_Factory) +#endif /* TAO_USE_STATIC_SERVICE */ + ACE_FACTORY_DECLARE (TAO, TAO_Default_Client_Strategy_Factory) #endif /* TAO_DEFAULT_CLIENT_H */ |