Improve function documentation
r2404 | dcl | 2008-03-27 13:20:05 +1100 (Thu, 27 Mar 2008) | 2 lines
This commit is contained in:
@@ -31,6 +31,10 @@ int AsyncUnitCreate(const char* queueName, pAsyncUnit* unit);
|
|||||||
* \param port number or service name on the target host
|
* \param port number or service name on the target host
|
||||||
* \param unit pointer to the AsyncUnit created on positive return
|
* \param unit pointer to the AsyncUnit created on positive return
|
||||||
* \return positive if successful
|
* \return positive if successful
|
||||||
|
*
|
||||||
|
* If <port> is null then <host> points to an existing queue name.
|
||||||
|
* If a queue exists for <host>/<port>, then that queue is used.
|
||||||
|
* If neither of the above hold, a new queue is created.
|
||||||
*/
|
*/
|
||||||
int AsyncUnitCreateHost(const char* host,
|
int AsyncUnitCreateHost(const char* host,
|
||||||
const char* port,
|
const char* port,
|
||||||
|
|||||||
Reference in New Issue
Block a user