From b2d40ca499e2e0a4cee09810c862facf08a70b0c Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 17 Sep 2009 19:27:52 +0000 Subject: QMF Console - Added implementation for method invocation - Added metaprogramming hooks in Ruby for attribute and method access - Refactored file structure git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@816345 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/Object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp/src/qmf/Object.h') diff --git a/qpid/cpp/src/qmf/Object.h b/qpid/cpp/src/qmf/Object.h index 9cb3224d9b..db89dbb700 100644 --- a/qpid/cpp/src/qmf/Object.h +++ b/qpid/cpp/src/qmf/Object.h @@ -39,6 +39,7 @@ namespace qmf { void setObjectId(ObjectId* oid); const SchemaObjectClass* getClass() const; Value* getValue(char* key) const; + void invokeMethod(const char* methodName, const Value* inArgs, void* context) const; ObjectImpl* impl; }; -- cgit v1.2.1