diff options
Diffstat (limited to 'cpp/src/qmf/Object.h')
-rw-r--r-- | cpp/src/qmf/Object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qmf/Object.h b/cpp/src/qmf/Object.h index 9cb3224d9b..db89dbb700 100644 --- a/cpp/src/qmf/Object.h +++ b/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; }; |