diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-23 04:43:59 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-23 04:43:59 +0000 |
commit | a7c03cabf931b077d70c6f80ec02c7728a429f49 (patch) | |
tree | 61d38d262d43ac77fc2ad94c9e7e850cd5607622 /TAO/tao/Invocation.cpp | |
parent | 2aa7b10780ad7c670f588dce4ec341351a0646aa (diff) | |
download | ATCD-a7c03cabf931b077d70c6f80ec02c7728a429f49.tar.gz |
ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r-- | TAO/tao/Invocation.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp index 121e09b0f21..f9bee0da6c5 100644 --- a/TAO/tao/Invocation.cpp +++ b/TAO/tao/Invocation.cpp @@ -154,7 +154,7 @@ TAO_GIOP_Invocation::select_profile_based_on_policy } if (TAO_debug_level > 3) ACE_DEBUG ((LM_DEBUG, - ASYS_TEXT ("TAO (%P|%t) - matching priority range %d %d\n"), + ACE_TEXT ("TAO (%P|%t) - matching priority range %d %d\n"), min_priority, max_priority)); @@ -687,7 +687,7 @@ TAO_GIOP_Twoway_Invocation::invoke (TAO_Exception_Data *excepts, if (TAO_debug_level > 5) ACE_DEBUG ((LM_DEBUG, - ASYS_TEXT ("TAO: (%P|%t) Raising exception %s\n"), + ACE_TEXT ("TAO: (%P|%t) Raising exception %s\n"), buf.in ())); // @@ Think about a better way to raise the exception here, @@ -766,7 +766,7 @@ TAO_GIOP_Twoway_Invocation::invoke_i (CORBA::Environment &ACE_TRY_ENV) this->max_wait_time_->msec (); ACE_DEBUG ((LM_DEBUG, - ASYS_TEXT ("TAO (%P|%t) Timeout on recv is <%u>\n"), + ACE_TEXT ("TAO (%P|%t) Timeout on recv is <%u>\n"), msecs)); } @@ -781,7 +781,7 @@ TAO_GIOP_Twoway_Invocation::invoke_i (CORBA::Environment &ACE_TRY_ENV) this->max_wait_time_->msec (); ACE_DEBUG ((LM_DEBUG, - ASYS_TEXT ("TAO (%P|%t) Timeout after recv is <%u> status <%d>\n"), + ACE_TEXT ("TAO (%P|%t) Timeout after recv is <%u> status <%d>\n"), msecs, reply_error)); } @@ -985,7 +985,7 @@ TAO_GIOP_Oneway_Invocation::invoke (CORBA::Environment &ACE_TRY_ENV) this->max_wait_time_->msec (); ACE_DEBUG ((LM_DEBUG, - ASYS_TEXT ("TAO (%P|%t) Timeout on recv is <%u>\n"), + ACE_TEXT ("TAO (%P|%t) Timeout on recv is <%u>\n"), msecs)); } @@ -1000,7 +1000,7 @@ TAO_GIOP_Oneway_Invocation::invoke (CORBA::Environment &ACE_TRY_ENV) this->max_wait_time_->msec (); ACE_DEBUG ((LM_DEBUG, - ASYS_TEXT ("TAO (%P|%t) Timeout after recv is <%u> status <%d>\n"), + ACE_TEXT ("TAO (%P|%t) Timeout after recv is <%u> status <%d>\n"), msecs, reply_error)); } |