Salome HOME
[bos #24677] : fix compilation bug due to KERNEL modification ef6e9ece004bd054
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 2 Aug 2021 12:43:28 +0000 (14:43 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 2 Aug 2021 12:43:28 +0000 (14:43 +0200)
src/runtime/SALOME_NamingService_Wrapper.hxx

index 4f4f2d5fb2f99535c031070b991a8bdda3ecc664..b2e6f95bb3ec24c2a5cec4c8d9c216c1add1efad 100644 (file)
@@ -36,6 +36,7 @@ public:
   SALOME_NamingService_Wrapper(CORBA::ORB_ptr orb);
   std::vector< std::string > repr() override { return _effective_ns->repr(); }
   void init_orb(CORBA::ORB_ptr orb=0) override { _effective_ns->init_orb(orb); }
+  bool IsTrueNS() const override { return _effective_ns->IsTrueNS(); }
   void Register(CORBA::Object_ptr ObjRef, const char* Path) override { _effective_ns->Register(ObjRef,Path); }
   CORBA::Object_ptr Resolve(const char* Path) override { return _effective_ns->Resolve(Path); }
   CORBA::Object_ptr ResolveFirst(const char* Path) override { return _effective_ns->ResolveFirst(Path); }