[PATCH] yet another TAO 1.6 issue

trunk/rtt@29389 has introduced a #include in DataFlowI.h,
which breaks compilation with TAO 1.6

Under 1.6, this include is not needed.

[PATCH] yet another TAO 1.6 issue

On Tuesday 24 June 2008 17:47:13 Sylvain Joyeux wrote:
> trunk/rtt@29389 has introduced a #include in DataFlowI.h,
> which breaks compilation with TAO 1.6
>
> Under 1.6, this include is not needed.

Under 1.4 neither. I'll try to setup the testhost to test compilation for TAO
1.6...

$ svn ci src/corba/DataFlowI.h -m"Fix yet another TAO 1.6 issue: do not
include directly"
Sending src/corba/DataFlowI.h
Transmitting file data .
Committed revision 29418.

Peter