30 #ifndef _PALM_DATA_SEQ_SHORT_PORT_PROVIDES_HXX_
31 #define _PALM_DATA_SEQ_SHORT_PORT_PROVIDES_HXX_
33 #include "Palm_Ports.hh"
34 #include "provides_port.hxx"
35 #include "GenericPort.hxx"
36 #include "PalmCouplingPolicy.hxx"
39 public virtual POA_Ports::Palm_Ports::Palm_Data_Seq_Short_Port,
41 public virtual GenericPort< seq_u_manipulation<Ports::Palm_Ports::seq_short, CORBA::Short>,
44 typedef Ports::Palm_Ports::seq_short CorbaDataType;
52 void put(DataManipulator::CorbaInType data, CORBA::Long time, CORBA::Long tag) {
53 Port::put(data, time, tag);
Ports::Port_ptr get_port_ref()
Definition: palm_data_seq_short_port_provides.hxx:56
Definition: palm_data_seq_short_port_provides.hxx:38
Definition: CorbaTypeManipulator.hxx:198
This class implements a DSC_User provides C++ port.
Definition: provides_port.hxx:40
Definition: GenericPort.hxx:62