From 5f9e7bc673025ffdc953d254be0d0c65c70ee908 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 17 Apr 2014 20:19:56 +0200 Subject: Remove using directives from .h files --- src/dabInputZmq.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/dabInputZmq.cpp') diff --git a/src/dabInputZmq.cpp b/src/dabInputZmq.cpp index 1106fee..368d646 100644 --- a/src/dabInputZmq.cpp +++ b/src/dabInputZmq.cpp @@ -3,7 +3,7 @@ Research Center Canada) Copyright (C) 2013, 2014 Matthias P. Braendli - http://mpb.li + http://www.opendigitalradio.org ZeroMQ input. see www.zeromq.org for more info @@ -11,6 +11,8 @@ For the MPEG input, each zeromq message must contain one frame. + Encryption is provided by zmq_curve, see the corresponding manpage. + From the ZeroMQ manpage 'zmq': The 0MQ lightweight messaging kernel is a library which extends the standard @@ -61,6 +63,8 @@ # define bzero(s, n) memset(s, 0, n) #endif +using namespace std; + extern StatsServer* global_stats; /***** Common functions (MPEG and AAC) ******/ -- cgit v1.2.3