X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fprivate%2Fdatabaseconfigurationimpl.hpp;h=c499d5a77733392726a5b2eb9dd965aec2099c94;hb=ece67088ea6c4f67b9d0db74477a9d5c614d7763;hp=64b3c2198ccfb83a1fd8ad5b0a5dcb093d431571;hpb=2dcf940b7a815456af601cdc6fd8ebbc57bda161;p=ric-plt%2Fsdl.git diff --git a/include/private/databaseconfigurationimpl.hpp b/include/private/databaseconfigurationimpl.hpp index 64b3c21..c499d5a 100644 --- a/include/private/databaseconfigurationimpl.hpp +++ b/include/private/databaseconfigurationimpl.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_DATABASECONFIGURATIONIMPL_HPP_ #define SHAREDDATALAYER_DATABASECONFIGURATIONIMPL_HPP_ @@ -44,6 +49,8 @@ namespace shareddatalayer boost::optional getSentinelAddress() const override; + boost::optional getSentinelAddress(const boost::optional& addressIndex) const override; + std::string getSentinelMasterName() const override; bool isEmpty() const override;