icinga2/lib/remote/messageorigin.cpp

11 lines
171 B
C++
Raw Permalink Normal View History

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