X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCommunication%2FSALOME_Comm_i.cxx;h=52d59cf18a7ad0c7841a197dd75a2cf5be9647bc;hb=e4252948e4605268cd5eb07a6da94b21927766fb;hp=a57d164c154506e23f8d6e7d67baf94b1810af57;hpb=9a965a48d4bc1a6cd1f73229a91e77b10bffa881;p=modules%2Fkernel.git diff --git a/src/Communication/SALOME_Comm_i.cxx b/src/Communication/SALOME_Comm_i.cxx index a57d164c1..52d59cf18 100644 --- a/src/Communication/SALOME_Comm_i.cxx +++ b/src/Communication/SALOME_Comm_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -43,7 +43,7 @@ CORBA::ORB_var &getGlobalORB(){ #endif /*! Return the C++ data associated to the array to transmit. - Used when sender and receiver are collocalized. + Used when sender and receiver are colocalized. */ const void *SALOME_Sender_i::getData(long &size) const{ size=_lgrTabToSend; @@ -94,7 +94,7 @@ SALOME::SenderDouble_ptr SALOME_SenderDouble_i::buildOtherWithProtocol(SALOME::T return SenderFactory::buildSender(type,this); } -/*! Method to establish if the CORBA object refered by pCorba is collocalised.\n +/*! Method to establish if the CORBA object referred by pCorba is colocalized.\n If it is, the pointer to the servant that incarnates the CORBA object is returned. */ SALOME_SenderDouble_i *SALOME_SenderDouble_i::find(SALOME::SenderDouble_ptr pCorba){ @@ -128,7 +128,7 @@ SALOME::SenderInt_ptr SALOME_SenderInt_i::buildOtherWithProtocol(SALOME::TypeOfC return SenderFactory::buildSender(type,this); } -/*! Method to establish if the CORBA object refered by pCorba is collocalised.\n +/*! Method to establish if the CORBA object referred by pCorba is colocalized.\n If it is, the pointer to the servant that incarnates the CORBA object is returned. */ SALOME_SenderInt_i *SALOME_SenderInt_i::find(SALOME::SenderInt_ptr pCorba){