icinga2/lib/remote/messageorigin.cpp

11 lines
171 B
C++
Raw Normal View History

/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2013-09-17 13:18:26 +02:00
2014-05-25 16:23:35 +02:00
#include "remote/messageorigin.hpp"
2013-09-17 13:18:26 +02:00
using namespace icinga;
bool MessageOrigin::IsLocal() const
{
return !FromClient;
}