From 2b014e2f00df81eefe977b901ab601ea11ccb895 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 23 Dec 2016 22:27:03 +0100 Subject: Add EDI fragment interleaver --- src/ConfigParser.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/ConfigParser.h') diff --git a/src/ConfigParser.h b/src/ConfigParser.h index 6399cdd..ea48e94 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2014 + Copyright (C) 2016 Matthias P. Braendli, matthias.braendli@mpb.li The Configuration parser sets up the ensemble according @@ -28,8 +28,7 @@ You should have received a copy of the GNU General Public License along with ODR-DabMux. If not, see . */ -#ifndef __CONFIG_PARSER_H_ -#define __CONFIG_PARSER_H_ +#pragma once #include #include @@ -41,5 +40,3 @@ void parse_ptree(boost::property_tree::ptree& pt, std::shared_ptr ensemble); -#endif - -- cgit v1.2.3