MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ~TMYIniFile

Method ~TMYIniFile

sourcecommon/inif.cpp:81–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

79}
80//---------------------------------------------------------------------------
81TMYIniFile::~TMYIniFile()
82{
83 try
84 {
85 if( bChange )
86 UpdateFile();
87 }
88 catch(...)
89 {
90 IniError = 1;
91 bAnyError = true;
92 }
93 delete list;
94 list = NULL;
95}
96//---------------------------------------------------------------------------
97bool TMYIniFile::UpdateFile(void)
98{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected