Support for atomic ops on additional platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@278 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -56,19 +56,19 @@ RCODE F_DbSystemFactory::QueryInterface(
|
||||
/********************************************************************
|
||||
Desc:
|
||||
*********************************************************************/
|
||||
FLMUINT32 F_DbSystemFactory::AddRef(void)
|
||||
FLMINT F_DbSystemFactory::AddRef(void)
|
||||
{
|
||||
LockModule();
|
||||
return 2;
|
||||
return( 2);
|
||||
}
|
||||
|
||||
/********************************************************************
|
||||
Desc:
|
||||
*********************************************************************/
|
||||
FLMUINT32 F_DbSystemFactory::Release(void)
|
||||
FLMINT F_DbSystemFactory::Release(void)
|
||||
{
|
||||
UnlockModule();
|
||||
return 1;
|
||||
return( 1);
|
||||
}
|
||||
|
||||
/********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user