X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fprivate%2Fasyncdummystorage.hpp;h=6c94425dc3b864d660a98885e36db9af6db552c0;hb=63869e10ac4d8572238989e1b582c0314da91f9c;hp=885e8232ae1083bf0675dbb83233f05b0e7061ab;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/include/private/asyncdummystorage.hpp b/include/private/asyncdummystorage.hpp index 885e823..6c94425 100644 --- a/include/private/asyncdummystorage.hpp +++ b/include/private/asyncdummystorage.hpp @@ -14,6 +14,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_ASYNCDUMMYSTORAGE_HPP_ #define SHAREDDATALAYER_ASYNCDUMMYSTORAGE_HPP_ @@ -56,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: