mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Don't use to-be-deprecated names
This commit is contained in:
committed by
Dennis Klein
parent
f15f669853
commit
bfd08bb33f
@@ -6,7 +6,6 @@
|
||||
* copied verbatim in the file "LICENSE" *
|
||||
********************************************************************************/
|
||||
|
||||
#include <fairlogger/Logger.h>
|
||||
#include <fairmq/Channel.h>
|
||||
#include <fairmq/ProgOptions.h>
|
||||
#include <fairmq/tools/Semaphore.h>
|
||||
@@ -15,6 +14,8 @@
|
||||
#include <fairmq/TransportFactory.h>
|
||||
#include <fairmq/shmem/Message.h>
|
||||
|
||||
#include <fairlogger/Logger.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <array>
|
||||
@@ -282,8 +283,8 @@ auto ZeroCopyFromUnmanaged(string const& address) -> void
|
||||
});
|
||||
|
||||
{
|
||||
FairMQChannel push("Push", "push", factory1);
|
||||
FairMQChannel pull("Pull", "pull", factory2);
|
||||
Channel push("Push", "push", factory1);
|
||||
Channel pull("Pull", "pull", factory2);
|
||||
|
||||
push.Bind(address);
|
||||
pull.Connect(address);
|
||||
|
Reference in New Issue
Block a user