Moved the code that obtains identity provider interfaces to its own platform independent module.

This commit is contained in:
Juan Carlos Luciani
2006-04-28 21:02:04 +00:00
parent afb30e0f5f
commit dcde5534ef
2 changed files with 95 additions and 219 deletions

View File

@@ -82,6 +82,11 @@ extern pthread_mutex_t g_hModuleMutex;
#define AcquireModuleMutex pthread_mutex_lock(&g_hModuleMutex)
#define ReleaseModuleMutex pthread_mutex_unlock(&g_hModuleMutex)
//
// Other definitions
//
#define LIB_HANDLE void*
//===[ Inlines functions ]===============================================