feat: Move ZMsg to fair::mq::zmq

Implement move semantics.
This commit is contained in:
Dennis Klein
2023-06-07 21:01:48 +02:00
committed by Dennis Klein
parent 7b259afdb5
commit c47fc6f9fe
3 changed files with 97 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
################################################################################
# Copyright (C) 2012-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
# Copyright (C) 2012-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
# #
# This software is distributed under the terms of the #
# GNU Lesser General Public Licence (LGPL) version 3, #
@@ -108,6 +108,7 @@ if(BUILD_FAIRMQ)
zeromq/UnmanagedRegion.h
zeromq/Socket.h
zeromq/TransportFactory.h
zeromq/ZMsg.h
)
##########################