mirror of
https://github.com/Icinga/icinga2.git
synced 2025-06-24 07:30:20 +02:00
15 lines
229 B
C++
15 lines
229 B
C++
#ifndef MACROPROCESSOR_H
|
|
#define MACROPROCESSOR_H
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class I2_CIB_API MacroProcessor
|
|
{
|
|
public:
|
|
static string ResolveMacros(const string& str, const Dictionary::Ptr& macros);
|
|
};
|
|
|
|
}
|
|
|
|
#endif /* MACROPROCESSOR_H */ |