mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Another windows build fix.
This commit is contained in:
parent
b404798234
commit
4e765c58de
@ -73,7 +73,7 @@ private:
|
|||||||
*
|
*
|
||||||
* @ingroup base
|
* @ingroup base
|
||||||
*/
|
*/
|
||||||
class DynamicTypeRegistry : public Registry<DynamicType::Ptr>
|
class I2_BASE_API DynamicTypeRegistry : public Registry<DynamicType::Ptr>
|
||||||
{ };
|
{ };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -29,7 +29,7 @@ namespace icinga
|
|||||||
* @ingroup base
|
* @ingroup base
|
||||||
*/
|
*/
|
||||||
template<typename T>
|
template<typename T>
|
||||||
class I2_BASE_API Registry
|
class Registry
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef map<String, T, string_iless> ItemMap;
|
typedef map<String, T, string_iless> ItemMap;
|
||||||
|
@ -29,7 +29,7 @@ namespace icinga
|
|||||||
* @ingroup base
|
* @ingroup base
|
||||||
*/
|
*/
|
||||||
template<typename T>
|
template<typename T>
|
||||||
class I2_BASE_API Singleton
|
class Singleton
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static T *GetInstance(void)
|
static T *GetInstance(void)
|
||||||
|
@ -72,7 +72,7 @@ private:
|
|||||||
void DestroyScanner(void);
|
void DestroyScanner(void);
|
||||||
};
|
};
|
||||||
|
|
||||||
class ConfigFragmentRegistry : public Registry<String>
|
class I2_CONFIG_API ConfigFragmentRegistry : public Registry<String>
|
||||||
{ };
|
{ };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user