Avail feature updated
[ninja.git] / modules / orm / models / notificationpool.php
blobbb67baf9032407a3dd9db27a98f3536756fdae7e
1 <?php
3 require_once( dirname(__FILE__).'/base/basenotificationpool.php' );
5 /**
6 * The univese of a objects of a given type in livestatus
7 */
8 class NotificationPool_Model extends BaseNotificationPool_Model {