 |
Changeset 3446
- Timestamp:
- 04/18/08 01:15:20
(8 months ago)
- Author:
- kris
- Message:
fixes #1051 :: Flipping in DataFileStreams?
Thanks, Aldacron
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2809 |
r3446 |
|
| 34 | 34 | ***********************************************************************/ |
|---|
| 35 | 35 | |
|---|
| 36 | | this (FileConduit file, uint buffer=uint.max) |
|---|
| | 36 | this (FileConduit file, uint buffer=uint.max, bool flip=false) |
|---|
| 37 | 37 | { |
|---|
| 38 | | super (conduit = file, buffer); |
|---|
| | 38 | super (conduit = file, buffer, flip); |
|---|
| 39 | 39 | } |
|---|
| 40 | 40 | |
|---|
| … | … | |
| 82 | 82 | ***********************************************************************/ |
|---|
| 83 | 83 | |
|---|
| 84 | | this (FileConduit file, uint buffer=uint.max) |
|---|
| | 84 | this (FileConduit file, uint buffer=uint.max, bool flip = false) |
|---|
| 85 | 85 | { |
|---|
| 86 | | super (conduit = file, buffer); |
|---|
| | 86 | super (conduit = file, buffer, flip); |
|---|
| 87 | 87 | } |
|---|
| 88 | 88 | |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic