mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +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);
|
||||
|
||||
static map<String, ScriptFunction::Ptr>& GetFunctions(void);
|
||||
|
||||
private:
|
||||
Callback m_Callback;
|
||||
|
||||
static map<String, ScriptFunction::Ptr>& GetFunctions(void);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user