#include "SALOME_Communication.hxx"
#include <string>
#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SALOME_Comm)>
Go to the source code of this file.
Data Structures | |
class | SALOME_Sender_i |
Generic servant class for senders that factorizes all the common methods and attributes necessary to senders. More... | |
class | SALOME_SenderDouble_i |
class | SALOME_SenderInt_i |
class | SALOME_CorbaDoubleNCSender_i |
Servant class for CORBA sender for double* when no copy of array _tabToSend is required, that is to say double and CORBA::Double are binary equal. More... | |
class | SALOME_CorbaDoubleCSender_i |
Servant class for CORBA sender for double* when copy of array _tabToSend is required, that is to say double and CORBA::Double are NOT binary equal. More... | |
class | SALOME_CorbaLongNCSender_i |
Servant class for CORBA sender for int* when no copy of array _tabToSend is required, that is to say int and CORBA::Long are binary equal. More... | |
class | SALOME_CorbaLongCSender_i |
Servant class for CORBA sender for int* when copy of array _tabToSend is required, that is to say int and CORBA::Long are NOT binary equal. More... | |
Macros | |
#define | TIMEOUT 20 |
#define TIMEOUT 20 |