diff options
Diffstat (limited to 'cpp/src/FreezeScript/TransformVisitor.h')
-rw-r--r-- | cpp/src/FreezeScript/TransformVisitor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/FreezeScript/TransformVisitor.h b/cpp/src/FreezeScript/TransformVisitor.h index b3df9adbc1b..8d594fb3193 100644 --- a/cpp/src/FreezeScript/TransformVisitor.h +++ b/cpp/src/FreezeScript/TransformVisitor.h @@ -67,6 +67,11 @@ public: virtual void executeCustomTransform(const DataPtr&, const DataPtr&) = 0; // + // The facet name of the database (evictor only). + // + virtual std::string facetName() = 0; + + // // Indicates whether objects should be removed if no class definition is found. // virtual bool purgeObjects() = 0; |