23 #ifndef _RECEIVERFACTORY_HXX_
24 #define _RECEIVERFACTORY_HXX_
28 #include <SALOMEconfig.h>
29 #include CORBA_SERVER_HEADER(SALOME_Comm)
39 static double *getValue(SALOME::SenderDouble_ptr sender,
long &size)
throw(
MultiCommException);
40 static int *getValue(SALOME::SenderInt_ptr sender,
long &size)
throw(
MultiCommException);
42 static double *getValueOneShot(SALOME::SenderDouble_ptr sender,
long &size)
throw(
MultiCommException);
43 static int *getValueOneShot(SALOME::SenderInt_ptr sender,
long &size)
throw(
MultiCommException);