2 * Copyright 2008-2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Copyright 2004-2009, Axel Dörfler, axeld@pinc-software.de.
4 * Distributed under the terms of the MIT License.
8 #include "IOCallback.h"
11 IOCallback::~IOCallback()
17 IOCallback::DoIO(IOOperation
* operation
)
24 IOCallback::WrapperFunction(void* data
, io_operation
* operation
)
26 return ((IOCallback
*)data
)->DoIO(operation
);