Changeset 2853
- Timestamp:
- 11/11/07 10:00:28 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/experimental/D2.0/tango/io/stream/SnoopStream.d
r2810 r2853 45 45 this.host = host; 46 46 this.layout = Format; 47 this.snoop = snoop ? snoop : cast(Snoop)&snooper;47 this.snoop = snoop ? snoop : &this.snooper; 48 48 } 49 49 … … 145 145 this.host = host; 146 146 this.layout = Format; 147 this.snoop = snoop ? snoop : cast(Snoop)&snooper;147 this.snoop = snoop ? snoop : &this.snooper; 148 148 } 149 149












