| 71 | } |
| 72 | |
| 73 | void FsZipOpenNode::waitForEvents(BOXEDWINE_CONDITION& parentCondition, U32 events) { |
| 74 | kdebug("FsZipOpenNode::waitForEvents not implemented"); |
| 75 | } |
| 76 | |
| 77 | bool FsZipOpenNode::isWriteReady() { |
| 78 | return (this->flags & K_O_ACCMODE)!=K_O_RDONLY; |