diff options
Diffstat (limited to 'cpp/lib/broker/Broker.cpp')
-rw-r--r-- | cpp/lib/broker/Broker.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/lib/broker/Broker.cpp b/cpp/lib/broker/Broker.cpp index c2117eaf23..079eb5fd73 100644 --- a/cpp/lib/broker/Broker.cpp +++ b/cpp/lib/broker/Broker.cpp @@ -29,10 +29,10 @@ #include "MessageStoreModule.h" #include "NullMessageStore.h" #include "ProtocolInitiation.h" -#include "SessionHandlerImpl.h" +#include "Connection.h" #include "sys/SessionContext.h" -#include "sys/SessionHandler.h" -#include "sys/SessionHandlerFactory.h" +#include "sys/ConnectionInputHandler.h" +#include "sys/ConnectionInputHandlerFactory.h" #include "sys/TimeoutHandler.h" #include "Broker.h" |