27 #ifndef _PALM_DATA_SHORT_PORT_PROVIDES_HXX_
28 #define _PALM_DATA_SHORT_PORT_PROVIDES_HXX_
30 #include "Palm_Ports.hh"
31 #include "provides_port.hxx"
32 #include "GenericPort.hxx"
33 #include "PalmCouplingPolicy.hxx"
36 public virtual POA_Ports::Palm_Ports::Palm_Data_Short_Port,
38 public virtual GenericPort< atom_manipulation< CORBA::Short >, PalmCouplingPolicy >
41 typedef CORBA::Short CorbaDataType;
49 void put(DataManipulator::CorbaInType data, CORBA::Long time, CORBA::Long tag) {
50 Port::put(data, time, tag);