X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fprivate%2Fhostandport.hpp;h=b9c132af9d2de21a610a532f7d041b5bf28450e0;hb=refs%2Fchanges%2F35%2F12835%2F1;hp=567f1ec8c484682b5711c1a8ce694248d53e90cf;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/include/private/hostandport.hpp b/include/private/hostandport.hpp index 567f1ec..b9c132a 100644 --- a/include/private/hostandport.hpp +++ b/include/private/hostandport.hpp @@ -14,12 +14,18 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). +*/ + #ifndef SHAREDDATALAYER_HOSTANDPORT_HPP_ #define SHAREDDATALAYER_HOSTANDPORT_HPP_ #include #include #include +#include namespace shareddatalayer { @@ -77,6 +83,8 @@ namespace shareddatalayer public: EmptyHost(); }; + + std::ostream& operator << (std::ostream& os, const HostAndPort& hostAndPort); } #endif