office-gobmx/binaryurp
Michael Stahl a53586f4ef gbuild: do not copy boost headers around
- do not use gb_UnpackedTarball_copy_header_files for boost
- adapt the optimization in concat-deps.c for new path
- use boost_headers in all LinkTargets that require it
- add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus

Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26 22:20:06 +01:00
..
prj
qa
source
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.