Fennel: RandomAccessNullDevice Class Reference (original) (raw)

Sets the size of this device, truncating or extending the device as necessary.

Contents of extended portion are undefined.

Parameters:

cbNew new device size in bytes

Implements RandomAccessDevice.

Definition at line 38 of file RandomAccessNullDevice.cpp.

00039 { 00040 assert(cbNew == 0); 00041 }