summaryrefslogtreecommitdiff
path: root/java/examples
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-04-25 21:40:54 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-04-25 21:40:54 +0000
commit3e0461fc9fa0d722904a6f53b21635a982fcac52 (patch)
treeb6c8e28a52a18d4b74588f8bf5e3d5cb50be4955 /java/examples
parent3b77a4527d2215db5a5db406359e990652eb6403 (diff)
downloadATCD-3e0461fc9fa0d722904a6f53b21635a982fcac52.tar.gz
*** empty log message ***
Diffstat (limited to 'java/examples')
-rw-r--r--java/examples/Logger/simple-server/README9
1 files changed, 3 insertions, 6 deletions
diff --git a/java/examples/Logger/simple-server/README b/java/examples/Logger/simple-server/README
index 8f7c390ef1a..90393c1aae8 100644
--- a/java/examples/Logger/simple-server/README
+++ b/java/examples/Logger/simple-server/README
@@ -20,9 +20,6 @@ KNOWN PROBLEMS
==============
Interoperability between the C++ client and the Java server
-implementation is fine. However, interoperability between the C++
-server and the Java client doesn't work right now. I believek that
-it's due to the C++ server taking a naive approach and expecting to be
-able to read an entire C/C++ structure at once, and the Java client
-can't support that. Thus, the only "fix" I can envision is to rework
-the C++ server.
+implementation is fine. Interoperability between the C++ server and
+the Java client seems to work right now. See the CVS information on
+LoggingClient.java for details.