icinga2/lib/db_ido/i2-db_ido.hpp

15 lines
254 B
C++
Raw Normal View History

/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2013-11-03 13:45:26 +01:00
#ifndef I2DB_IDO_H
#define I2DB_IDO_H
/**
* @defgroup db_ido IDO library
*
* The Icinga library implements database-agnostic IDO functionality.
*/
2014-05-25 16:23:35 +02:00
#include "base/i2-base.hpp"
2013-11-03 13:45:26 +01:00
#endif /* I2DB_IDO_H */