[Bug 528] Bug in ConnectionFactory: mixing readers and writers

For more infomation about this bug, visit

Peter Soetens
<peter [dot] soetens [..] ...> changed:

What |Removed |Added
--------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|--- |1.4.1

--- Comment #1 from Peter Soetens
<peter [dot] soetens [..] ...> 2008-03-17 10:49:19 ---
Applied on trunk/rtt. Will backport to rtt-1.4

$ svn ci src/ConnectionFactory.hpp -m"Fix bug #528: Bug in ConnectionFactory:
mixing readers and writers."
Sending src/ConnectionFactory.hpp
Transmitting file data .
Committed revision 29068.

[Bug 528] New: Bug in ConnectionFactory: mixing readers and writ

For more infomation about this bug, visit
Summary: Bug in ConnectionFactory: mixing readers and writers
Product: RTT
Version: 1.4.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Corba
AssignedTo: orocos-dev [..] ...
ReportedBy: peter [dot] soetens [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Created an attachment (id=251)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=251)
fixes reader writer and does some cleanups

The ConnectionFactory seems to have some copy/paste errors when setting up a
remote connection. The function uses 'writer' at places where it should use
'reader'.