From 7d4361e68588ce86ea329886eb3d618e8dbd3be2 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 31 Jul 2007 18:23:50 +0000 Subject: Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen --- ACE/ace/Strategies_T.inl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'ACE/ace/Strategies_T.inl') diff --git a/ACE/ace/Strategies_T.inl b/ACE/ace/Strategies_T.inl index a6a6d1dfd1a..bf5f43fe4b2 100644 --- a/ACE/ace/Strategies_T.inl +++ b/ACE/ace/Strategies_T.inl @@ -13,8 +13,8 @@ ACE_Singleton_Strategy::ACE_Singleton_Strategy (SVC_HANDLER *sh, ACE_TRACE ("ACE_Singleton_Strategy::ACE_Singleton_Strategy"); if (this->open (sh, tm) == -1) ACE_ERROR ((LM_ERROR, - ACE_LIB_TEXT ("%p\n"), - ACE_LIB_TEXT ("ACE_Singleton_Strategy"))); + ACE_TEXT ("%p\n"), + ACE_TEXT ("ACE_Singleton_Strategy"))); } template ACE_INLINE int @@ -34,8 +34,8 @@ ACE_Creation_Strategy::ACE_Creation_Strategy (ACE_Thread_Manager *t ACE_TRACE ("ACE_Creation_Strategy::ACE_Creation_Strategy"); if (this->open (thr_mgr, reactor) == -1) ACE_ERROR ((LM_ERROR, - ACE_LIB_TEXT ("%p\n"), - ACE_LIB_TEXT ("ACE_Creation_Strategy"))); + ACE_TEXT ("%p\n"), + ACE_TEXT ("ACE_Creation_Strategy"))); } template ACE_INLINE @@ -52,8 +52,8 @@ ACE_DLL_Strategy::ACE_DLL_Strategy (const ACE_TCHAR dll_name[], svc_rep, thr_mgr) == -1) ACE_ERROR ((LM_ERROR, - ACE_LIB_TEXT ("%p\n"), - ACE_LIB_TEXT ("open"))); + ACE_TEXT ("%p\n"), + ACE_TEXT ("open"))); } template ACE_INLINE @@ -80,8 +80,8 @@ ACE_Reactive_Strategy::ACE_Reactive_Strategy (ACE_Reactor *reactor, mask, flags) == -1) ACE_ERROR ((LM_ERROR, - ACE_LIB_TEXT ("%p\n"), - ACE_LIB_TEXT ("ACE_Reactive_Strategy::ACE_Reactive_Strategy"))); + ACE_TEXT ("%p\n"), + ACE_TEXT ("ACE_Reactive_Strategy::ACE_Reactive_Strategy"))); } template ACE_INLINE @@ -106,8 +106,8 @@ ACE_Thread_Strategy::ACE_Thread_Strategy (ACE_Thread_Manager *thr_m n_threads, flags) == -1) ACE_ERROR ((LM_ERROR, - ACE_LIB_TEXT ("%p\n"), - ACE_LIB_TEXT ("ACE_Thread_Strategy::ACE_Thread_Strategy"))); + ACE_TEXT ("%p\n"), + ACE_TEXT ("ACE_Thread_Strategy::ACE_Thread_Strategy"))); } template ACE_INLINE @@ -145,8 +145,8 @@ ACE_Process_Strategy::ACE_Process_Strategy (size_t n_processes, reactor, avoid_zombies) == -1) ACE_ERROR ((LM_ERROR, - ACE_LIB_TEXT ("%p\n"), - ACE_LIB_TEXT ("ACE_Process_Strategy"))); + ACE_TEXT ("%p\n"), + ACE_TEXT ("ACE_Process_Strategy"))); } template ACE_INLINE -- cgit v1.2.1