mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Make ScriptFunction::GetFunctions() public.
This commit is contained in:
parent
4e03b916ff
commit
2e7e0c6473
@ -46,10 +46,10 @@ public:
|
|||||||
|
|
||||||
void Invoke(const shared_ptr<ScriptTask>& task, const vector<Value>& arguments);
|
void Invoke(const shared_ptr<ScriptTask>& task, const vector<Value>& arguments);
|
||||||
|
|
||||||
|
static map<String, ScriptFunction::Ptr>& GetFunctions(void);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Callback m_Callback;
|
Callback m_Callback;
|
||||||
|
|
||||||
static map<String, ScriptFunction::Ptr>& GetFunctions(void);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user