File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ namespace rmqamqp {
3636
3737class ChannelFactory {
3838 public:
39- virtual ~ChannelFactory (){};
39+ virtual ~ChannelFactory () {};
4040
4141 virtual bsl::shared_ptr<ReceiveChannel> createReceiveChannel (
4242 const rmqt::Topology& topology,
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class Timer {
7272
7373class TimerFactory {
7474 public:
75- virtual ~TimerFactory (){};
75+ virtual ~TimerFactory () {};
7676
7777 // / Creates a timer and initializes its timeout. The timer should be
7878 // / started by calling start().
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ namespace rmqt {
2525
2626class Credentials {
2727 public:
28- virtual ~Credentials (){};
28+ virtual ~Credentials () {};
2929 virtual bsl::string formatCredentials () = 0;
3030 virtual bsl::string authenticationMechanism () = 0;
3131};
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class SecurityParameters;
2929
3030class Endpoint {
3131 public:
32- virtual ~Endpoint (){};
32+ virtual ~Endpoint () {};
3333 virtual bsl::string formatAddress () const = 0;
3434 virtual bsl::string hostname () const = 0;
3535 virtual bsl::string vhost () const = 0;
You can’t perform that action at this time.
0 commit comments