From 65b6c374e716878c46f7ff8ee86f25a5807c29cd Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Thu, 24 Aug 2017 10:15:31 +0200 Subject: Make data group apptypes constants --- src/dls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dls.h') diff --git a/src/dls.h b/src/dls.h index e50d02e..135da48 100644 --- a/src/dls.h +++ b/src/dls.h @@ -149,6 +149,9 @@ private: bool dls_toggle; DL_STATE dl_state_prev; public: + static const int APPTYPE_START; + static const int APPTYPE_CONT; + DLSEncoder(PADPacketizer* pad_packetizer) : pad_packetizer(pad_packetizer), dls_toggle(false) {} void encodeLabel(const std::string& dls_file, const DL_PARAMS& dl_params); }; -- cgit v1.2.3