- yhook: rename outCollection() => outObject() to be more json

This commit is contained in:
svenhoefer
2016-02-23 14:56:52 +01:00
parent 43bab4b534
commit 69615480f1
3 changed files with 11 additions and 11 deletions

View File

@@ -495,7 +495,7 @@ std::string CyhookHandler::outArrayItem(std::string _key, std::string _content,
return result;
}
//-----------------------------------------------------------------------------
std::string CyhookHandler::outCollection(std::string _key, std::string _content, bool _next) {
std::string CyhookHandler::outObject(std::string _key, std::string _content, bool _next) {
std::string result = "";
switch (outType) {
case xml: