Salome HOME
Avoid dynamic_cast<SALOME_NamingService *> to detect SSL mode or not
[modules/yacs.git] / src / NamingService / SALOME_NamingService_Abstract.hxx
index fdd6ae0d4775879511021845cca60d04b451a5a9..b77a15e6bcd98f543ce882dd4b74f735d456a848 100644 (file)
@@ -38,6 +38,7 @@ public:
   virtual void Destroy_Name(const char* Path) = 0;
   virtual CORBA::Object_ptr Resolve(const char* Path) = 0;
   virtual CORBA::Object_ptr ResolveFirst(const char* Path) = 0;
+  virtual bool IsTrueNS() const = 0;
   static constexpr char SEP = '/';
 };