mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user