From d782b32c7fdd6713af362534cfa5a4d754190b64 Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Wed, 23 Aug 2017 19:02:39 +0200 Subject: Rename managers to encoders --- src/sls.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sls.h') diff --git a/src/sls.h b/src/sls.h index 3519522..5491c0a 100644 --- a/src/sls.h +++ b/src/sls.h @@ -219,8 +219,8 @@ public: }; -// --- SLSManager ----------------------------------------------------------------- -class SLSManager { +// --- SLSEncoder ----------------------------------------------------------------- +class SLSEncoder { private: static const size_t MAXSEGLEN; static const size_t MAXSLIDESIZE; @@ -245,9 +245,9 @@ private: int cindex_header; int cindex_body; public: - SLSManager(PADPacketizer* pad_packetizer) : pad_packetizer(pad_packetizer), cindex_header(0), cindex_body(0) {} + SLSEncoder(PADPacketizer* pad_packetizer) : pad_packetizer(pad_packetizer), cindex_header(0), cindex_body(0) {} - bool encodeFile(const std::string& fname, int fidx, bool raw_slides); + bool encodeSlide(const std::string& fname, int fidx, bool raw_slides); static bool isSlideParamFileFilename(const std::string& filename); }; -- cgit v1.2.3