27 #ifndef _DATA_SHORT_PORT_PROVIDES_HXX_
28 #define _DATA_SHORT_PORT_PROVIDES_HXX_
30 #include <SALOMEconfig.h>
33 #include "SALOME_Ports.hh"
34 #include "provides_port.hxx"
42 public virtual POA_Ports::Data_Short_Port,
53 virtual void put(CORBA::Short data);
61 virtual CORBA::Short
get();
72 pthread_mutex_t * short_mutex;
73 pthread_cond_t * short_condition;
75 pthread_mutex_t * short_mutex_cp;
76 pthread_cond_t * short_condition_cp;
77 bool short_termine_cp;
This class a port that sends a CORBA short with the basic port policy.
Definition: data_short_port_provides.hxx:41
virtual Ports::Port_ptr get_port_ref()
Definition: data_short_port_provides.cxx:93
virtual void put(CORBA::Short data)
Definition: data_short_port_provides.cxx:55
This class implements a DSC_User provides C++ port.
Definition: provides_port.hxx:40