Function :
CAI_releaseConversationFactory
|
After usage of the factory, the memory space must be released through the use of
this function.
For a server used 24*7, creating conversations from the factory when needed, the
factory may never be de-allocated as it is always being used.
|
API : Application Programming Interface
|
void CAI_releaseConversationFactory (
CAI_ConversationFactory
|
**io_factory);
|
|
| Parameter |
In/Out |
Description |
| io_factory |
In/Out |
A reference to a pointer to the factory that is being released.
|