mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-14 01:04:29 +02:00
Build fixes.
This commit is contained in:
parent
d1e7c15178
commit
1af31791ea
@ -26,8 +26,8 @@ namespace icinga
|
|||||||
class I2_CIB_API CheckResultMessage : public MessagePart
|
class I2_CIB_API CheckResultMessage : public MessagePart
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ServiceStatusMessage(void) : MessagePart() { }
|
CheckResultMessage(void) : MessagePart() { }
|
||||||
ServiceStatusMessage(const MessagePart& message) : MessagePart(message) { }
|
CheckResultMessage(const MessagePart& message) : MessagePart(message) { }
|
||||||
|
|
||||||
bool GetService(string *service) const;
|
bool GetService(string *service) const;
|
||||||
void SetService(const string& service);
|
void SetService(const string& service);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user