office-gobmx/binaryurp
Krisztian Pinter f6edfefd53 RTL_CONSTASCII_USTRINGPARAM removals
Change-Id: Ib483f271d3c826a2b7192b22a174ff9f7b18c3f8
Reviewed-on: https://gerrit.libreoffice.org/2241
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-02-19 22:11:16 +00:00
..
prj
qa
source RTL_CONSTASCII_USTRINGPARAM removals 2013-02-19 22:11:16 +00:00
CppunitTest_binaryurp_test-cache.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
CppunitTest_binaryurp_test-unmarshal.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Library_binaryurp.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
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.