23 #ifndef _SENDERFACTORY_HXX_
24 #define _SENDERFACTORY_HXX_
29 #include <SALOMEconfig.h>
30 #include CORBA_SERVER_HEADER(SALOME_Comm)
43 static SALOME::SenderDouble_ptr buildSender(
SALOMEMultiComm &multiCommunicator,
const double *tab,
long lgr,
bool ownTab=
false);
44 static SALOME::SenderInt_ptr buildSender(
SALOMEMultiComm &multiCommunicator,
const int *tab,
long lgr,
bool ownTab=
false);
#define COMMUNICATION_EXPORT
Definition: SALOME_Communication.hxx:37
Class is designed to ease the use of multi communication.
Definition: SALOMEMultiComm.hxx:35
Definition: SALOME_Comm_i.hxx:68
Definition: SALOME_Comm_i.hxx:79
This class implements the factory pattern of GoF by making a sender by giving an array and a communic...
Definition: SenderFactory.hxx:41
TypeOfCommunication
Definition: SALOME_Comm.idl:38
SALOME::SenderDouble_var SenderVarType
Definition: SenderFactory.hxx:63
SALOME::SenderInt_var SenderVarType
Definition: SenderFactory.hxx:57
Definition: SenderFactory.hxx:50
T SenderVarType
Definition: SenderFactory.hxx:51