Tidy up log partition names

This commit is contained in:
Vinnie Falco
2013-06-29 08:26:33 -07:00
parent b17bbb7dad
commit 989549fac5
10 changed files with 88 additions and 77 deletions

View File

@@ -6,10 +6,9 @@
#define SECTION_DEFAULT_NAME ""
// for logging
struct ParseSectionLog { };
struct ParseSectionLog; // for Log
SETUP_LOG (ParseSectionLog)
SETUP_LOGN (ParseSectionLog,"ParseSection")
Section ParseSection (const std::string& strInput, const bool bTrim)
{