diff options
Diffstat (limited to 'cpp/src/qmf/AgentEngine.h')
-rw-r--r-- | cpp/src/qmf/AgentEngine.h | 2 |
1 files changed, 1 insertions, 1 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. |