icinga2/icinga/i2-icinga.h

27 lines
607 B
C
Raw Normal View History

#ifndef I2ICINGA_H
#define I2ICINGA_H
2012-03-31 16:29:53 +02:00
#include <i2-base.h>
#include <i2-jsonrpc.h>
2012-04-16 16:27:41 +02:00
#include <set>
2012-03-31 16:29:53 +02:00
#ifdef I2_ICINGA_BUILD
# define I2_ICINGA_API I2_EXPORT
#else /* I2_ICINGA_BUILD */
# define I2_ICINGA_API I2_IMPORT
#endif /* I2_ICINGA_BUILD */
#include "endpoint.h"
#include "jsonrpcendpoint.h"
#include "virtualendpoint.h"
#include "endpointmanager.h"
2012-03-31 16:29:53 +02:00
#include "icingaapplication.h"
#include "icingacomponent.h"
#include "subscriptioncomponent.h"
#include "subscriptionmessage.h"
#include "authenticationcomponent.h"
#include "identitymessage.h"
2012-04-23 16:49:02 +02:00
#include "discoverycomponent.h"
2012-03-31 16:29:53 +02:00
#endif /* I2ICINGA_H */