MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / WriteBool

Method WriteBool

sourcecommon/inif.cpp:349–352  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

347}
348//---------------------------------------------------------------------------
349void TMYIniFile::WriteBool(char * Section, char * Ident, bool Value)
350{
351 WriteBool(String(Section), String(Ident), Value);
352}
353//---------------------------------------------------------------------------
354void TMYIniFile::WriteBool(String Section, String Ident, bool Value)
355{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected