summaryrefslogtreecommitdiff
path: root/rpc++/README
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-21 21:41:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-21 21:41:34 +0000
commita5fdebc5f6375078ec1763850a4ca23ec7fe6458 (patch)
treebcf0a25c3d45a209a6e3ac37b233a4812f29c732 /rpc++/README
downloadATCD-a5fdebc5f6375078ec1763850a4ca23ec7fe6458.tar.gz
Initial revision
Diffstat (limited to 'rpc++/README')
-rw-r--r--rpc++/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/rpc++/README b/rpc++/README
new file mode 100644
index 00000000000..bede31dd376
--- /dev/null
+++ b/rpc++/README
@@ -0,0 +1,18 @@
+This directory contains the sources for a C++ interface to Sun RPCs.
+
+As far as I remember, I got the original sources of the rpc++-library
+from some newsgroup, though I don't remember which one. I liked the
+basic idea but disliked several aspects of the interface details. So I
+adapted it to my likes. I intended some minor changes but soon found
+myself renaming classes, changing method parameters, introducing new
+classes, etc. The result is by no way compatible with the original
+version. It is, I hope, nevertheless useful.
+
+The current version 2.2 of the rpc++ library updates the version 2.1
+posted in March 1991. It is the reaction to gcc-2.2 that finally
+allows a sufficiently reliable use of templates (almost, see
+Installation in rpc++.texi)
+
+Michael Lipp
+
+<mnl@dtro.e-technik.th-darmstadt.de>