summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/LiveCheck.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-08-10 10:32:26 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-08-10 10:32:26 +0200
commit1cf406cdd07dd66a51d5a78dcbf65499fe21be92 (patch)
tree4834f1235c0747a4ce63c8f7b5fefdebb5f9328d /TAO/orbsvcs/ImplRepo_Service/LiveCheck.h
parentc534c7d92cb95fe9424eeceec259836455f9b432 (diff)
downloadATCD-1cf406cdd07dd66a51d5a78dcbf65499fe21be92.tar.gz
Logging enhancements
* TAO/bin/tao_other_tests.lst: * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.h: * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.h: * TAO/orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp: * TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp: * TAO/orbsvcs/tests/ImplRepo/scale_clients/Test_i.h: * TAO/orbsvcs/tests/ImplRepo/scale_clients/client.cpp: * TAO/orbsvcs/tests/ImplRepo/scale_clients/server.cpp:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/LiveCheck.h')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/LiveCheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/LiveCheck.h b/TAO/orbsvcs/ImplRepo_Service/LiveCheck.h
index 10248c6d3a4..6bf8b811b06 100644
--- a/TAO/orbsvcs/ImplRepo_Service/LiveCheck.h
+++ b/TAO/orbsvcs/ImplRepo_Service/LiveCheck.h
@@ -125,7 +125,7 @@ class Locator_Export LiveEntry
void reset_status (void);
/// the current state value as text
- static const ACE_TCHAR *status_name (LiveStatus s);
+ static const char *status_name (LiveStatus s);
void update_listeners (void);
bool validate_ping (bool &want_reping, ACE_Time_Value &next);