summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h b/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h
index b31ebe984ea..9aa5799b86e 100644
--- a/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h
+++ b/TAO/orbsvcs/ImplRepo_Service/AsyncListManager.h
@@ -53,7 +53,6 @@ class AsyncListManager
CORBA::ULong list (ImplementationRepository::AMH_ServerInformationIteratorResponseHandler_ptr _tao_rh,
CORBA::ULong start, CORBA::ULong count);
- bool evaluate_status (CORBA::ULong index, LiveStatus status);
void ping_replied (CORBA::ULong index, LiveStatus status);
AsyncListManager *_add_ref (void);
@@ -91,7 +90,7 @@ class ListLiveListener : public LiveListener
virtual ~ListLiveListener (void);
bool start (void);
- LiveStatus status (void);
+
bool status_changed (LiveStatus status);
private:
@@ -99,7 +98,6 @@ class ListLiveListener : public LiveListener
LiveCheck &pinger_;
LiveStatus status_;
CORBA::ULong index_;
- bool started_;
};