mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
15 lines
218 B
C++
15 lines
218 B
C++
#ifndef MACROPROCESSOR_H
|
|
#define MACROPROCESSOR_H
|
|
|
|
namespace icinga
|
|
{
|
|
|
|
class I2_ICINGA_API MacroProcessor
|
|
{
|
|
public:
|
|
static string ResolveMacros(string str, Dictionary::Ptr macros);
|
|
};
|
|
|
|
}
|
|
|
|
#endif /* MACROPROCESSOR_H */ |