#include <config.h>
#include "RTIG.hh"
#include "PrettyDebug.hh"
#include "NM_Classes.hh"
#include <unistd.h>
#include <iostream>
#include <cerrno>
#include <csignal>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | certi |
namespace | certi::rtig |
Defines | |
#define | CPY_NOT_NULL(A) { if (!A._reason.empty())strcpy(buffer, A._reason.c_str()); } |
Functions | |
static PrettyDebug | D ("RTIG", __FILE__) |
static PrettyDebug | G ("GENDOC", __FILE__) |
#define CPY_NOT_NULL | ( | A | ) | { if (!A._reason.empty())strcpy(buffer, A._reason.c_str()); } |
Referenced by RTIG::processIncomingMessage().