summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/RetryList.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/broker/RetryList.h')
-rw-r--r--qpid/cpp/src/qpid/broker/RetryList.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/src/qpid/broker/RetryList.h b/qpid/cpp/src/qpid/broker/RetryList.h
index 242a7d2122..6cf6ee2d66 100644
--- a/qpid/cpp/src/qpid/broker/RetryList.h
+++ b/qpid/cpp/src/qpid/broker/RetryList.h
@@ -10,9 +10,9 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -33,10 +33,10 @@ namespace broker {
* Simple utility for managing a list of urls to try on reconnecting a
* link. Currently only supports TCP urls.
*/
-class RetryList
+class QPID_BROKER_CLASS_EXTERN RetryList
{
public:
- QPID_BROKER_EXTERN RetryList();
+ QPID_BROKER_EXTERN RetryList();
QPID_BROKER_EXTERN void reset(const std::vector<Url>& urls);
QPID_BROKER_EXTERN bool next(Address& address);
private: