office-gobmx/binaryurp
Stephan Bergmann acbe57481e Rephrase comment
760980b0b5 "Fix typos" had, IMO incorrectly,
removed one "that" from

  ..., so that that asynchronous request would...

Lets rephrase the original comment in a less problematic way.

Change-Id: Ic13ffaad43e2777eb36425363851b53f2f641865
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97087
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-25 11:09:22 +02:00
..
qa
source Rephrase comment 2020-06-25 11:09:22 +02:00
CppunitTest_binaryurp_test-cache.mk
CppunitTest_binaryurp_test-unmarshal.mk
IwyuFilter_binaryurp.yaml
Library_binaryurp.mk
Makefile
Module_binaryurp.mk
README

UNO Remote Protocol (URP). A binary protocol. 

UNO provides a protocol called the UNO Remote Protocol (URP) that provides
a bridge between UNO environments. This bridge allows processes and objects
to send method calls and to receive return values. UNO objects in different 
environments are connected by way of this interprocess bridge. The underlying 
connection is made through a socket or pipe. Remote UNO objects are connected
by means of TCP/IP using the high-level protocol of the URP.