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