New listKeys() API to support glob-style key search patterns
[ric-plt/sdl.git] / include / private / asyncdummystorage.hpp
index f36cdd1..6c94425 100644 (file)
@@ -61,6 +61,8 @@ namespace shareddatalayer
 
         void findKeysAsync(const Namespace& ns, const std::string& keyPrefix, const FindKeysAck& findKeysAck) override;
 
+        void listKeys(const Namespace& ns, const std::string& pattern, const FindKeysAck& findKeysAck) override;
+
         void removeAllAsync(const Namespace& ns, const ModifyAck& modifyAck) override;
 
     private: