diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-25 00:46:26 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-25 00:46:26 +0000 |
commit | ca7cb8cba220283922dbe3893dbe9073285a438e (patch) | |
tree | a3c92bd40129daa50666d465d23eb97665a1a14e /ace/Object_Manager.cpp | |
parent | 3e264f2640c2bf4e966aa530e244d42b857004cb (diff) | |
download | ATCD-ca7cb8cba220283922dbe3893dbe9073285a438e.tar.gz |
ChangeLogTag:Mon Apr 24 17:44:21 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/Object_Manager.cpp')
-rw-r--r-- | ace/Object_Manager.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp index e18a7c307ee..88a6cb502aa 100644 --- a/ace/Object_Manager.cpp +++ b/ace/Object_Manager.cpp @@ -120,8 +120,7 @@ ACE_Object_Manager_Preallocations::ACE_Object_Manager_Preallocations (void) { // Define the static services. This macro call creates static // service descriptors that are used for initialization below. -#if !defined (ACE_HAS_WINCE) && !defined (ACE_LACKS_ACE_OTHER) && \ - defined (ACE_HAS_WCHAR) +#if !defined (ACE_HAS_WINCE) && !defined (ACE_LACKS_ACE_OTHER) ACE_STATIC_SVC_DEFINE (ACE_Naming_Context_initializer, ACE_TEXT ("ACE_Naming_Context"), ACE_SVC_OBJ_T, @@ -142,8 +141,7 @@ ACE_Object_Manager_Preallocations::ACE_Object_Manager_Preallocations (void) // Initialize the static service objects using the descriptors created // above. -#if !defined (ACE_HAS_WINCE) && !defined (ACE_LACKS_ACE_OTHER) && \ - defined (ACE_HAS_WCHAR) +#if !defined (ACE_HAS_WINCE) && !defined (ACE_LACKS_ACE_OTHER) ace_svc_desc_ACE_Naming_Context = ace_svc_desc_ACE_Naming_Context_initializer; #endif /* ! ACE_HAS_WINCE && ! ACE_LACKS_ACE_OTHER */ |