diff options
Diffstat (limited to 'TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp')
-rwxr-xr-x | TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp b/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp index 867098999d4..9cab5f43bf0 100755 --- a/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp +++ b/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp @@ -335,8 +335,8 @@ Object_Group_Factory_i::resolve (const char * id, (void *&)this->rr_groups_) == -1) { ACE_ERROR_RETURN ((LM_ERROR, - ASYS_TEXT ("(%N|%l) The factory does not have any references "), - ASYS_TEXT ("to the group that you have sought \n\n")), + ACE_TEXT ("(%N|%l) The factory does not have any references "), + ACE_TEXT ("to the group that you have sought \n\n")), 0); } } @@ -347,8 +347,8 @@ Object_Group_Factory_i::resolve (const char * id, (void *&)this->random_groups_) == -1) { ACE_ERROR_RETURN ((LM_ERROR, - ASYS_TEXT ("(%N|%l) The factory does not have any references "), - ASYS_TEXT ("to the group that you have sought \n\n")), + ACE_TEXT ("(%N|%l) The factory does not have any references "), + ACE_TEXT ("to the group that you have sought \n\n")), 0); } |