27 #ifndef _PORTPROPERTIES_I_HXX_
28 #define _PORTPROPERTIES_I_HXX_
30 #include "DSC_Basic.hxx"
32 #include <SALOMEconfig.h>
33 #include CORBA_SERVER_HEADER(SALOME_Ports)
39 public virtual POA_Ports::PortProperties
49 virtual void set_property(
const char * name,
50 const CORBA::Any& value)
57 virtual CORBA::Any* get_property(
const char* name)
This exception indicates that the given value to the property is not of a good type.
Definition: SALOME_Ports.idl:77
This exception indicates that the property doesn't not exist.
Definition: SALOME_Ports.idl:74
This class implements the interface Ports::PortProperties.
Definition: PortProperties_i.hxx:38