1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2 
3 #include "remote/messageorigin.hpp"
4 
5 using namespace icinga;
6 
IsLocal() const7 bool MessageOrigin::IsLocal() const
8 {
9 	return !FromClient;
10 }
11