Citation de code source en C++n° 289
24 June 2016 à 01:30
if(1==1)
{
if((rc == 0) && (gbl_type == PROCESS_TYPE_DOC))
{
config.Document("predoc.htm");
}
else if((rc == 0) && (gbl_type != PROCESS_TYPE_CHECK))
{
files.SetConfig(config, gbl_type, gbl_suppress_delete);
}
else if(gbl_type != PROCESS_TYPE_CLOSE)
{
LogMessage("\n:::NORMAL:CHECK COMPLETE\n");
}
}