From 22e13ce2824b2341ea7122a1f5050ffe98e4e3d4 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Fri, 27 Jun 2014 12:23:42 +0200 Subject: [PATCH] Replace DatasourceInterface with Selectable in Icinga/Protocol/Statusdat/Reader refs #6542 --- library/Icinga/Protocol/Statusdat/Reader.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Icinga/Protocol/Statusdat/Reader.php b/library/Icinga/Protocol/Statusdat/Reader.php index 4e55a69c0..342e09af1 100644 --- a/library/Icinga/Protocol/Statusdat/Reader.php +++ b/library/Icinga/Protocol/Statusdat/Reader.php @@ -31,14 +31,14 @@ namespace Icinga\Protocol\Statusdat; use Icinga\Util\File; use Icinga\Logger\Logger; -use Icinga\Data\DatasourceInterface; +use Icinga\Data\Selectable; use Icinga\Exception\ConfigurationError; /** * Class Reader * @package Icinga\Protocol\Statusdat */ -class Reader implements IReader, DatasourceInterface +class Reader implements IReader, Selectable { /** * The default lifetime of the cache in milliseconds