27 #ifndef _DSC_CALLBACKS_HXX_
28 #define _DSC_CALLBACKS_HXX_
32 #include <SALOMEconfig.h>
33 #include CORBA_SERVER_HEADER(DSC_Engines)
#define DSC_BASIC_EXPORT
Definition: DSC_Basic.hxx:34
This is an abstract class that defines methods that the component uses to notify the component user c...
Definition: DSC_Callbacks.hxx:42
virtual void uses_port_changed(const char *uses_port_name, Engines::DSC::uses_port *new_uses_port, const Engines::DSC::Message message)=0
This method is used by the component when the number of connection on a uses port changes.
DSC_Callbacks()
Definition: DSC_Callbacks.hxx:44
virtual void provides_port_changed(const char *provides_port_name, int connection_nbr, const Engines::DSC::Message message)=0
This method is used by the component when the number of connection on a provides port changes.
virtual ~DSC_Callbacks()
Definition: DSC_Callbacks.hxx:45
Message
This enumeration is used when the connection of a port (uses or provides) is changed.
Definition: DSC_Engines.idl:79
sequence< Ports::Port > uses_port
a uses port
Definition: DSC_Engines.idl:73