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/TagPacket.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/dabOutput/edi/TagPacket.h') diff --git a/src/dabOutput/edi/TagPacket.h b/src/dabOutput/edi/TagPacket.h index 5ad1904..41d922c 100644 --- a/src/dabOutput/edi/TagPacket.h +++ b/src/dabOutput/edi/TagPacket.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 defines a TAG Packet. @@ -22,8 +24,7 @@ along with ODR-DabMux. If not, see . */ -#ifndef _TAGPACKET_H_ -#define _TAGPACKET_H_ +#pragma once #include "config.h" #include "TagItems.h" @@ -33,7 +34,6 @@ #include - // A TagPacket is nothing else than a list of tag items, with an // Assemble function that puts the bytestream together and adds // padding such that the total length is a multiple of 8 Bytes. @@ -51,5 +51,3 @@ class TagPacket unsigned int m_alignment; }; -#endif - -- cgit v1.2.3