diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-13 10:38:58 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-13 10:38:58 +0100 |
commit | f908d28e72887b68391a246ceb328cb52dcb2aaa (patch) | |
tree | 29c6c0ea90fb97bf80be75c7a3bf142576d0bafd /lib/UdpSocket.cpp | |
parent | 6507610a4d36275c25336627a30db461229074b1 (diff) | |
download | dabmod-f908d28e72887b68391a246ceb328cb52dcb2aaa.tar.gz dabmod-f908d28e72887b68391a246ceb328cb52dcb2aaa.tar.bz2 dabmod-f908d28e72887b68391a246ceb328cb52dcb2aaa.zip |
Make UdpPacket copyable
Diffstat (limited to 'lib/UdpSocket.cpp')
-rw-r--r-- | lib/UdpSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/UdpSocket.cpp b/lib/UdpSocket.cpp index ccdd7ed..981d713 100644 --- a/lib/UdpSocket.cpp +++ b/lib/UdpSocket.cpp @@ -2,7 +2,7 @@ Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2016 + Copyright (C) 2017 Matthias P. Braendli, matthias.braendli@mpb.li http://www.opendigitalradio.org |