Replace DatasourceInterface with Selectable in Icinga/Protocol/Statusdat/Reader

refs #6542
This commit is contained in:
Alexander Klimov 2014-06-27 12:23:42 +02:00
parent c0b44c3248
commit 22e13ce282
1 changed files with 2 additions and 2 deletions

View File

@ -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