aboutsummaryrefslogtreecommitdiffstats
path: root/src/dabOutput/edi/TagPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dabOutput/edi/TagPacket.h')
-rw-r--r--src/dabOutput/edi/TagPacket.h12
1 files changed, 5 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#ifndef _TAGPACKET_H_
-#define _TAGPACKET_H_
+#pragma once
#include "config.h"
#include "TagItems.h"
@@ -33,7 +34,6 @@
#include <stdint.h>
-
// 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
-