X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDSC%2FDSC_Basic%2FPortProperties_i.cxx;h=b9e5dbea70071e34d96fe1cdd65bfa98c51d9808;hb=77773aa5efd0d400ad59025b9c4ec050d593c0dd;hp=d6ae9e094da3fbb07c46a7c87093613641362e86;hpb=e83c49c22e04a5719890de53f54160295864f900;p=modules%2Fkernel.git diff --git a/src/DSC/DSC_Basic/PortProperties_i.cxx b/src/DSC/DSC_Basic/PortProperties_i.cxx index d6ae9e094..b9e5dbea7 100644 --- a/src/DSC/DSC_Basic/PortProperties_i.cxx +++ b/src/DSC/DSC_Basic/PortProperties_i.cxx @@ -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();