Definition in file MsgHandler.cpp.
#include <config.h>
#include <string>
#include <cassert>
#include <vector>
#include <algorithm>
#include <iostream>
#include "MsgHandler.h"
#include <utils/options/OptionsCont.h>
#include <utils/iodevices/OutputDevice.h>
#include <utils/common/UtilExceptions.h>
#include "AbstractMutex.h"
Go to the source code of this file.
Variables | |
| bool | gSuppressMessages = false |
| bool | gSuppressWarnings = false |
| bool gSuppressMessages = false |
Definition at line 50 of file MsgHandler.cpp.
Referenced by NBNetBuilder::compute(), and NLBuilder::load().
| bool gSuppressWarnings = false |
Definition at line 49 of file MsgHandler.cpp.
1.5.6