functions handling in resource manager

Hello,

If I have not implemented handling for some functions (_IO_CONNECT etc) in
my resource manager, would they be handled by default library or would they
be not handled at all? Do I need to use default handler functions to handle
by default or it is done automaticaly by resource manager library?

Best regards,
Darius

Darius <alpha_byte@safe-mail.net> wrote:

Hello,

If I have not implemented handling for some functions (_IO_CONNECT etc) in
my resource manager, would they be handled by default library or would they
be not handled at all? Do I need to use default handler functions to handle
by default or it is done automaticaly by resource manager library?

If you don’t implement them, and you setup your connect & io functions
structures properly, they will be handled by the library. (Did you
call iofunc_func_init() to initialize your connect and io functions
structures? If so, they should be handled by the default call backs.)

-David

David Gibbs
QNX Training Services
dagibbs@qnx.com