improved dll interface

This commit is contained in:
Jeff Hill
2002-03-22 02:03:18 +00:00
parent 04b51375f3
commit 75b572be78
11 changed files with 63 additions and 61 deletions
@@ -14,6 +14,15 @@
epicsMutex epicsSingletonBase::mutex;
epicsSingletonBase::epicsSingletonBase () : pSingleton ( 0 )
{
}
void * epicsSingletonBase::singletonPointer () const
{
return this->pSingleton;
}
epicsSingletonBase::~epicsSingletonBase ()
{
}