Salome HOME
#18963 Minimize compiler warnings
[modules/kernel.git] / src / DSC / DSC_Basic / PortProperties_i.cxx
index d6ae9e094da3fbb07c46a7c87093613641362e86..b9e5dbea70071e34d96fe1cdd65bfa98c51d9808 100644 (file)
@@ -31,16 +31,14 @@ PortProperties_i::PortProperties_i() {}
 PortProperties_i::~PortProperties_i() {}
 
 void
-PortProperties_i::set_property(const char * name, const CORBA::Any& value)
-  throw (Ports::NotDefined, Ports::BadType)
+PortProperties_i::set_property(const char* /*name*/, const CORBA::Any& /*value*/)
 {
   // Default case, the object has no properties.
   throw Ports::NotDefined();
 }
 
 CORBA::Any* 
-PortProperties_i::get_property(const char* name)
-  throw (Ports::NotDefined)
+PortProperties_i::get_property(const char* /*name*/)
 {
   // Default case, the object has no properties.
   throw Ports::NotDefined();