Rename to Stoppable

This commit is contained in:
Vinnie Falco
2013-09-21 17:11:17 -07:00
parent ec6ee6f3bd
commit ec6c09d995
41 changed files with 488 additions and 510 deletions

View File

@@ -95,10 +95,10 @@ private:
m_endpoint = nullptr;
}
serviceStopped ();
stopped ();
}
void onServiceStop ()
void onStop ()
{
{
ScopedLockType lock (m_endpointLock, __FILE__, __LINE__);
@@ -129,8 +129,8 @@ private:
//------------------------------------------------------------------------------
WSDoor::WSDoor (Service& parent)
: Service ("WSDoor", parent)
WSDoor::WSDoor (Stoppable& parent)
: Stoppable ("WSDoor", parent)
{
}