waitToComplete() method needed to support OS X.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@646 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -3059,7 +3059,7 @@ RCODE FLMAPI F_FileAsyncClient::waitToComplete(
|
||||
uiBytesDone = (FLMUINT)udBytesDone;
|
||||
#endif
|
||||
|
||||
#if defined( FLM_LINUX) || defined( FLM_SOLARIS)
|
||||
#if defined( FLM_LINUX) || defined( FLM_SOLARIS) || defined( FLM_OSX)
|
||||
FLMINT iAsyncResult;
|
||||
const struct aiocb * ppAio[ 1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user