diff options
Diffstat (limited to 'lib/remote/messageorigin.cpp')
-rw-r--r-- | lib/remote/messageorigin.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/remote/messageorigin.cpp b/lib/remote/messageorigin.cpp new file mode 100644 index 0000000..7de0ca7 --- /dev/null +++ b/lib/remote/messageorigin.cpp @@ -0,0 +1,10 @@ +/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ + +#include "remote/messageorigin.hpp" + +using namespace icinga; + +bool MessageOrigin::IsLocal() const +{ + return !FromClient; +} |