comparison vamp-hostsdk/PluginLoader.h @ 388:4ec736a36546

Minor doc updates
author Chris Cannam
date Wed, 20 May 2015 13:54:27 +0100
parents c97e70ed5abc
children 8c45dee08a95
comparison
equal deleted inserted replaced
386:e0697515163f 388:4ec736a36546
64 * Hosts are not required by the Vamp specification to use the same 64 * Hosts are not required by the Vamp specification to use the same
65 * plugin search path and naming conventions as implemented by this 65 * plugin search path and naming conventions as implemented by this
66 * class, and are certainly not required to use this actual class. 66 * class, and are certainly not required to use this actual class.
67 * But we do strongly recommend it. 67 * But we do strongly recommend it.
68 * 68 *
69 * This class is not thread-safe; use it from a single application
70 * thread, or guard access to it with a mutex.
71 *
69 * \note This class was introduced in version 1.1 of the Vamp plugin SDK. 72 * \note This class was introduced in version 1.1 of the Vamp plugin SDK.
70 */ 73 */
71 74
72 class PluginLoader 75 class PluginLoader
73 { 76 {