summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/Link.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/broker/Link.h')
-rw-r--r--qpid/cpp/src/qpid/broker/Link.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/cpp/src/qpid/broker/Link.h b/qpid/cpp/src/qpid/broker/Link.h
index 9ee4837040..4085c3bfcf 100644
--- a/qpid/cpp/src/qpid/broker/Link.h
+++ b/qpid/cpp/src/qpid/broker/Link.h
@@ -121,11 +121,10 @@ class Link : public PersistableConfig, public management::Manageable {
void cancel(Bridge::shared_ptr);
void setUrl(const Url&); // Set URL for reconnection.
- void established(); // Called when connection is create
+ void established(Connection*); // Called when connection is create
void opened(); // Called when connection is open (after create)
void closed(int, std::string); // Called when connection goes away
- void setConnection(Connection*); // Set pointer to the AMQP Connection
- void reconnect(const Address&); //called by LinkRegistry
+ void reconnectLH(const Address&); //called by LinkRegistry
void close(); // Close the link from within the broker.
std::string getAuthMechanism() { return authMechanism; }