diff options
author | Marc Laukien <marc@zeroc.com> | 2002-07-24 19:18:35 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-07-24 19:18:35 +0000 |
commit | f33fb1760a9a73f488db368262242e69f3dda7af (patch) | |
tree | 7ba3327b943fce482f2740c048c115e051540362 /cpp/src/IcePack/ActivatorI.cpp | |
parent | Much improved error handling and reporting. (diff) | |
download | ice-f33fb1760a9a73f488db368262242e69f3dda7af.tar.bz2 ice-f33fb1760a9a73f488db368262242e69f3dda7af.tar.xz ice-f33fb1760a9a73f488db368262242e69f3dda7af.zip |
commenbts
Diffstat (limited to 'cpp/src/IcePack/ActivatorI.cpp')
-rw-r--r-- | cpp/src/IcePack/ActivatorI.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/IcePack/ActivatorI.cpp b/cpp/src/IcePack/ActivatorI.cpp index dd11db49854..f8e7a7f66b2 100644 --- a/cpp/src/IcePack/ActivatorI.cpp +++ b/cpp/src/IcePack/ActivatorI.cpp @@ -158,6 +158,11 @@ IcePack::ActivatorI::activate(const ServerPrx& server, const ::Ice::Current&) // Ice logger could be changed to flush the stream and not use // automatic flushing. // + +// TODO: ML: Can you be more specific? Sending messages through a pipe +// is one of the most basic unix mechanisms. I don't see how this +// could not work. + // if(fds[1] != STDERR_FILENO) // { // if(dup2(fds[1], STDERR_FILENO) != STDERR_FILENO) |