Skip to content

Commit

Permalink
wip: initial version refactoring #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Matousek committed Dec 2, 2024
1 parent f942c96 commit 7233c5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/api/qpid-proton/clients/aac3_connector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Created on: Apr 14, 2015
* Author: opiske
*/
#include <cstdlib>

#include <reactor/ConnectingClient.h>

using dtests::proton::reactor::ConnectingClient;
Expand Down
5 changes: 2 additions & 3 deletions src/api/qpid-proton/reactor/handler/CommonHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <proton/connection.hpp>
#include <proton/connection_options.hpp>
#include <proton/reconnect_options.hpp>
#include <proton/transaction.hpp>


#include <proton/function.hpp>

Expand All @@ -35,7 +35,6 @@
#include "logger/LoggerWrapper.h"

using proton::messaging_handler;
using proton::transaction;
using proton::container;
using proton::void_function0;
using proton::duration;
Expand Down Expand Up @@ -121,7 +120,7 @@ class CommonHandler : public messaging_handler {
virtual ~CommonHandler();

virtual void timerEvent() = 0;

protected:


Expand Down

0 comments on commit 7233c5c

Please sign in to comment.