From 28d501fc933f7538e7d7387036fd8a74cc274db4 Mon Sep 17 00:00:00 2001 From: brunsch Date: Sat, 7 Oct 2000 08:03:55 +0000 Subject: ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch --- ace/Object_Manager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/Object_Manager.cpp') diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp index f3bec50b9ff..69386704777 100644 --- a/ace/Object_Manager.cpp +++ b/ace/Object_Manager.cpp @@ -122,7 +122,7 @@ ACE_Object_Manager_Preallocations::ACE_Object_Manager_Preallocations (void) // service descriptors that are used for initialization below. #if !defined (ACE_HAS_WINCE) && !defined (ACE_LACKS_ACE_OTHER) ACE_STATIC_SVC_DEFINE (ACE_Naming_Context_initializer, - ACE_TEXT ("ACE_Naming_Context"), + ACE_LIB_TEXT ("ACE_Naming_Context"), ACE_SVC_OBJ_T, &ACE_SVC_NAME (ACE_Naming_Context), ACE_Service_Type::DELETE_THIS | @@ -132,7 +132,7 @@ ACE_Object_Manager_Preallocations::ACE_Object_Manager_Preallocations (void) #endif /* ! ACE_HAS_WINCE && ! ACE_LACKS_ACE_OTHER */ ACE_STATIC_SVC_DEFINE (ACE_Service_Manager_initializer, - ACE_TEXT ("ACE_Service_Manager"), + ACE_LIB_TEXT ("ACE_Service_Manager"), ACE_SVC_OBJ_T, &ACE_SVC_NAME (ACE_Service_Manager), ACE_Service_Type::DELETE_THIS | -- cgit v1.2.1