| 88 | //------------------------------------------------------------------------------ |
| 89 | |
| 90 | int FileHandle::getFileDescriptor() |
| 91 | { |
| 92 | return fileno(file_); |
| 93 | } |
| 94 | |
| 95 | //------------------------------------------------------------------------------ |
| 96 |