icinga2/cib/macroprocessor.h

15 lines
229 B
C
Raw Normal View History

#ifndef MACROPROCESSOR_H
#define MACROPROCESSOR_H
namespace icinga
{
2012-07-02 19:09:45 +02:00
class I2_CIB_API MacroProcessor
{
public:
static string ResolveMacros(const string& str, const Dictionary::Ptr& macros);
};
}
#endif /* MACROPROCESSOR_H */