From d106cb2ee59a6517d28660efeeb4f8f5a976f56b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 May 2008 16:04:21 +0200 Subject: Reimport COM and DCOM libraries. --- source4/lib/com/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 source4/lib/com/README (limited to 'source4/lib/com/README') diff --git a/source4/lib/com/README b/source4/lib/com/README new file mode 100644 index 0000000000..361024e02c --- /dev/null +++ b/source4/lib/com/README @@ -0,0 +1,9 @@ +This directory contains Samba's very simple COM implementation. +It is by no means finished yet. + +The main aim of this implementation is for use by our DCOM implementation, +which lives in the dcom subdirectory. The local version is used mostly for +testing. + +More information on this effort can be found in the DCOM whitepaper in +the lorikeet repository. -- cgit