diff options
Diffstat (limited to 'cpp/include/qmf/engine/ObjectId.h')
-rw-r--r-- | cpp/include/qmf/engine/ObjectId.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/qmf/engine/ObjectId.h b/cpp/include/qmf/engine/ObjectId.h index a4b868b578..b71473a799 100644 --- a/cpp/include/qmf/engine/ObjectId.h +++ b/cpp/include/qmf/engine/ObjectId.h @@ -38,6 +38,7 @@ namespace engine { uint32_t getObjectNumHi() const; uint32_t getObjectNumLo() const; bool isDurable() const; + const char* str() const; bool operator==(const ObjectId& other) const; bool operator<(const ObjectId& other) const; |