Go to the source code of this file.
Data Structures | |
class | CorbaNCNoCopyReceiver< T, TCorba, TSeqCorba, CorbaSender, servForT, ptrForT > |
Receiver used for transfert with CORBA when no copy is required remotely and locally. More... | |
class | CorbaNCWithCopyReceiver< T, TCorba, TSeqCorba, CorbaSender, servForT, ptrForT > |
Receiver used for transfert with CORBA when copy is not required remotely but required locally. More... | |
class | CorbaWCNoCopyReceiver< T, TCorba, TSeqCorba, CorbaSender, servForT, ptrForT > |
Receiver used for transfert with CORBA when copy is required remotely but not required locally. More... | |
class | CorbaWCWithCopyReceiver< T, TCorba, TSeqCorba, CorbaSender, servForT, ptrForT > |
Receiver used for transfert with CORBA when copy is required both remotely and locally. More... | |