From e473f5183a1146d76940e9bfe7e3d76bbfe7baca Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 23 Dec 2016 17:51:03 +0100 Subject: Remove useless creation of AFPacketiser and update some comments --- src/dabOutput/edi/AFPacket.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/dabOutput/edi/AFPacket.h') diff --git a/src/dabOutput/edi/AFPacket.h b/src/dabOutput/edi/AFPacket.h index 9b189b8..a6fd603 100644 --- a/src/dabOutput/edi/AFPacket.h +++ b/src/dabOutput/edi/AFPacket.h @@ -1,6 +1,8 @@ /* - Copyright (C) 2013,2014 Matthias P. Braendli - http://mpb.li + Copyright (C) 2014 + Matthias P. Braendli, matthias.braendli@mpb.li + + http://www.opendigitalradio.org EDI output. This implements an AF Packet as defined ETSI TS 102 821. @@ -24,8 +26,7 @@ along with ODR-DabMux. If not, see . */ -#ifndef _AFPACKET_H_ -#define _AFPACKET_H_ +#pragma once #include "config.h" #include @@ -54,5 +55,3 @@ class AFPacketiser bool m_verbose; }; -#endif - -- cgit v1.2.3