| 10 | using namespace icinga; |
| 11 | |
| 12 | static String ObjectToString() |
| 13 | { |
| 14 | ScriptFrame *vframe = ScriptFrame::GetCurrentFrame(); |
| 15 | Object::Ptr self = static_cast<Object::Ptr>(vframe->Self); |
| 16 | REQUIRE_NOT_NULL(self); |
| 17 | return self->ToString(); |
| 18 | } |
| 19 | |
| 20 | static void ObjectNotifyAttribute(const String& attribute) |
| 21 | { |