summaryrefslogtreecommitdiff
path: root/TAO/tao/default_server.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 11:00:17 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 11:00:17 +0000
commit0d4fb9013f5d4ccde8b0192b0c334fd9fe084357 (patch)
tree523e417833eaeee2cd1411c5f708be60dab0fa8d /TAO/tao/default_server.h
parentb3922c9fd27c3c28549e6940b3ba3bf4d62b68cf (diff)
downloadATCD-0d4fb9013f5d4ccde8b0192b0c334fd9fe084357.tar.gz
Added support for using static services
Diffstat (limited to 'TAO/tao/default_server.h')
-rw-r--r--TAO/tao/default_server.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/default_server.h b/TAO/tao/default_server.h
index fd6d6616017..f7bf2837aa7 100644
--- a/TAO/tao/default_server.h
+++ b/TAO/tao/default_server.h
@@ -199,6 +199,10 @@ protected:
# include "tao/default_server.i"
#endif /* __ACE_INLINE__ */
+#if defined (TAO_USES_STATIC_SERVICE)
+ACE_STATIC_SVC_DECLARE (TAO_Default_Server_Strategy_Factory)
+#endif /* TAO_USE_STATIC_SERVICE */
+
ACE_FACTORY_DECLARE (TAO, TAO_Default_Server_Strategy_Factory)
#endif /* TAO_DEFAULT_SERVER_FACTORY_H */