yhook: rename unused checkOutput() -> getOutType() and use it

Origin commit data
------------------
Commit: 3d78e7d657
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-21 (Sun, 21 Feb 2016)

Origin message was:
------------------
- yhook: rename unused checkOutput() -> getOutType() and use it
This commit is contained in:
vanhofen
2016-02-21 21:41:24 +01:00
parent 00774d8fde
commit 290240f5a0
2 changed files with 10 additions and 14 deletions

View File

@@ -202,7 +202,7 @@ public:
int _outIndent;
TOutType outType; // Outputtpe = plain (default)|xml|json
TOutType outStart(bool single = false);
TOutType checkOutput();
TOutType getOutType();
std::string outIndent();
std::string outPair(std::string _key, std::string _content, bool _next);
std::string outArray(std::string _key, std::string _content);