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;