Salome HOME
#18963 Minimize compiler warnings
[modules/kernel.git] / src / DSC / DSC_Basic / PortProperties_i.hxx
index cf0f1070fd7a3f405cc639fbe6a297e401f7c9c0..b5887d71cfc6fff7d51b499b0f5cdba441ffab51 100644 (file)
@@ -46,16 +46,14 @@ class DSC_BASIC_EXPORT PortProperties_i:
      * CORBA method : set a value to a property
      * \see Ports::PortProperties::set_property
      */
-    virtual void set_property(const char * name,
-                              const CORBA::Any& value)
-      throw (Ports::NotDefined, Ports::BadType);
+    virtual void set_property(const char* name,
+                              const CORBA::Any& value);
 
     /*!
      * CORBA method : get the value of a property
      * \see Ports::PortProperties::get_property
      */
-    virtual CORBA::Any* get_property(const char* name)
-      throw (Ports::NotDefined);
+    virtual CORBA::Any* get_property(const char* name);
 };
 
 #endif