79,80c79,80
< /** A list of outgoing timing response packets that haven't been serviced
< * yet. */
---
> /** A list of outgoing timing response packets that haven't been
> * serviced yet. */
83,86c83,87
< * This class is used to implemented sendTiming() with a delay. When a delay
< * is requested a new event is created. When the event time expires it
< * attempts to send the packet. If it cannot, the packet is pushed onto the
< * transmit list to be sent when recvRetry() is called. */
---
> * This class is used to implemented sendTiming() with a delay. When
> * a delay is requested a new event is created. When the event time
> * expires it attempts to send the packet. If it cannot, the packet
> * is pushed onto the transmit list to be sent when recvRetry() is
> * called. */
91a93
> public:
100,101d101
<
< friend class SimpleTimingPort;
130,131d129
<
< friend class SimpleTimingPort::SendEvent;