changeset 6053 | b17ea72acee9 |
parent 6049 | 3dbc035a9ee4 |
child 6649 | f5413d463948 |
--- a/examples/routing/mixed-global-routing.cc Tue Feb 23 10:04:31 2010 -0800 +++ b/examples/routing/mixed-global-routing.cc Tue Feb 23 10:30:38 2010 -0800 @@ -121,7 +121,7 @@ apps.Stop (Seconds (10.0)); AsciiTraceHelper ascii; - Ptr<OutputStreamKeeper> stream = ascii.CreateFileStream ("mixed-global-routing.tr"); + Ptr<OutputStreamWrapper> stream = ascii.CreateFileStream ("mixed-global-routing.tr"); p2p.EnableAsciiAll (stream); csma.EnableAsciiAll (stream);