diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qmf/AgentEngine.h | 2 | ||||
-rw-r--r-- | cpp/src/qmf/Value.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qmf/AgentEngine.h b/cpp/src/qmf/AgentEngine.h index bbfbada80c..c88ef33657 100644 --- a/cpp/src/qmf/AgentEngine.h +++ b/cpp/src/qmf/AgentEngine.h @@ -182,7 +182,7 @@ namespace qmf { *@return The objectId of the managed object. */ const ObjectId* addObject(Object& obj, uint64_t persistId); - const ObjectId* addObject(Object& obj, uint32_t persistIdLo, uint32_t persistIdHi); + // const ObjectId* addObject(Object& obj, uint32_t persistIdLo, uint32_t persistIdHi); /** * Allocate an object-id for an object that will be managed by the application. diff --git a/cpp/src/qmf/Value.h b/cpp/src/qmf/Value.h index a45df14ea9..bb946d31d3 100644 --- a/cpp/src/qmf/Value.h +++ b/cpp/src/qmf/Value.h @@ -30,7 +30,7 @@ namespace qmf { class Value { public: - Value(); + // Value(); Value(Typecode t, Typecode arrayType = TYPE_UINT8); Value(ValueImpl* impl); ~Value(); |