Changeset 32
- Timestamp:
- 01/31/08 09:00:21 (7 months ago)
- Files:
-
- trunk/fcgi/Request.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/fcgi/Request.d
r23 r32 259 259 return writeRecord (cast(FastCGIRecordType) type, data.ptr, data.length); 260 260 } 261 262 FastCGIInternalConduit conduit () 263 { 264 return conduit_; 265 } 266 267 public uint id () 268 { 269 return id_; 270 } 261 271 262 272 private uint writeRecord (FastCGIRecordType type, void* data, int size)
