office-gobmx/binaryurp
Michael Stahl 6a0fe37dec sal: clean up public headers with include-what-you-use
Sadly cannot forward declare "struct {...} TimeValue;".

rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h
was painful enough for now...

Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-17 11:06:53 +01:00
..
qa
source sal: clean up public headers with include-what-you-use 2014-11-17 11:06:53 +01:00
CppunitTest_binaryurp_test-cache.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
CppunitTest_binaryurp_test-unmarshal.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
Library_binaryurp.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
Makefile
Module_binaryurp.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00
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.