summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qmf/Object.h
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-09-17 19:27:52 +0000
committerTed Ross <tross@apache.org>2009-09-17 19:27:52 +0000
commitb2d40ca499e2e0a4cee09810c862facf08a70b0c (patch)
tree9aa2be1494e299ff6638616db203a3cc33dc8425 /qpid/cpp/src/qmf/Object.h
parent8812075d3a910236ffdadbd2faa58f5944366db0 (diff)
downloadqpid-python-b2d40ca499e2e0a4cee09810c862facf08a70b0c.tar.gz
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
Diffstat (limited to 'qpid/cpp/src/qmf/Object.h')
-rw-r--r--qpid/cpp/src/qmf/Object.h1
1 files changed, 1 insertions, 0 deletions
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;
};