Example #1
0
 public _Thread_340(InternalLocalPushConnection _enclosing, Repository dst, PipedInputStream
                    out_r, PipedOutputStream in_w, string baseArg1) : base(baseArg1)
 {
     this._enclosing = _enclosing;
     this.dst        = dst;
     this.out_r      = out_r;
     this.in_w       = in_w;
 }
Example #2
0
                public _Thread_365(InternalLocalPushConnection _enclosing, Repository dst, PipedInputStream
					 out_r, PipedOutputStream in_w, string baseArg1)
                    : base(baseArg1)
                {
                    this._enclosing = _enclosing;
                    this.dst = dst;
                    this.out_r = out_r;
                    this.in_w = in_w;
                }