mirror of https://github.com/Icinga/icinga2.git
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);
|
||||
|
||||
static map<String, ScriptFunction::Ptr>& GetFunctions(void);
|
||||
|
||||
private:
|
||||
Callback m_Callback;
|
||||
|
||||
static map<String, ScriptFunction::Ptr>& GetFunctions(void);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue