X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fsdl%2Fasyncstorage.hpp;h=5c3cc6d8926d197bf04baa421f679b76f539e065;hb=02cf8dfcafb7380cda35beaa2aad783ffea87fa3;hp=c20c7b1707d2118e8f2cdaceb35af8c0a013e645;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/include/sdl/asyncstorage.hpp b/include/sdl/asyncstorage.hpp index c20c7b1..5c3cc6d 100644 --- a/include/sdl/asyncstorage.hpp +++ b/include/sdl/asyncstorage.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_ASYNCSTORAGE_HPP_ #define SHAREDDATALAYER_ASYNCSTORAGE_HPP_ @@ -287,7 +292,7 @@ namespace shareddatalayer using FindKeysAck = std::function; /** - * Find all keys matching search pattern under the namespace. No prior knowledge about the keys in the given + * Find all keys matching search key prefix under the namespace. No prior knowledge about the keys in the given * namespace exists, thus operation is not guaranteed to be atomic or isolated. * * @param ns Namespace under which this operation is targeted.