improved internal class hierarchy

This commit is contained in:
Jeff Hill
2001-07-12 16:02:54 +00:00
parent 41a2ba5a9b
commit 1042e657c8
6 changed files with 28 additions and 32 deletions

View File

@@ -179,7 +179,7 @@ void timer::show ( unsigned int level ) const
epicsTimerQueue & timer::getQueue () const
{
return this->queue.getEpicsTimerQueue ();
return this->queue;
}
timerQueue & timer::getPrivTimerQueue()