summaryrefslogtreecommitdiff
path: root/cpp/include/qmf/engine/ObjectId.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qmf/engine/ObjectId.h')
-rw-r--r--cpp/include/qmf/engine/ObjectId.h1
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;