summaryrefslogtreecommitdiff
path: root/TAO/tao/default_server.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-25 05:10:07 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-25 05:10:07 +0000
commitdcdd491cd8de106c0b2e3f861c7d5e80dbc3e2ca (patch)
tree57212c10aea6526e9d5ffc09ccfec16eca5fe764 /TAO/tao/default_server.cpp
parent03ee1eaaea93f7e3c2e27e12991bb6c233883c80 (diff)
downloadATCD-dcdd491cd8de106c0b2e3f861c7d5e80dbc3e2ca.tar.gz
Fixed static service names
Diffstat (limited to 'TAO/tao/default_server.cpp')
-rw-r--r--TAO/tao/default_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/default_server.cpp b/TAO/tao/default_server.cpp
index 642dd9405dd..6ea29cc79da 100644
--- a/TAO/tao/default_server.cpp
+++ b/TAO/tao/default_server.cpp
@@ -504,7 +504,7 @@ template class ACE_Thread_Strategy<TAO_Server_Connection_Handler>;
#if defined (TAO_USES_STATIC_SERVICE) || defined (TAO_PLATFORM_SVC_CONF_FILE_NOTSUP)
ACE_STATIC_SVC_DEFINE (TAO_Default_Server_Strategy_Factory,
- ASYS_TEXT ("TAO_Default_Server_Strategy_Factory"),
+ ASYS_TEXT ("Server_Strategy_Factory"),
ACE_SVC_OBJ_T,
&ACE_SVC_NAME (TAO_Default_Server_Strategy_Factory),
ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ,