Example #1
0
 protected void XAttachPipe(Pipe pipe, bool icanhasall)
 {
     Debug.Assert(pipe != null);
     lb.Attach(pipe);
 }
Example #2
0
 protected override void XAttachPipe(Pipe pipe, bool icanhasall)
 {
     Debug.Assert(pipe != null);
     m_fq.Attach(pipe);
     m_lb.Attach(pipe);
 }