Factored the common code found in all the platforms into a single base class that is inserted higher up the class heirarchy. This allows us to further reduce the amount of cut and paste code that would have to be done.

git-svn-id: svn://10.0.0.236/trunk@45467 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
1999-09-01 11:09:10 +00:00
parent 1147046fc6
commit 098f28d4b8
15 changed files with 191 additions and 283 deletions

View File

@@ -31,7 +31,7 @@
//*****************************************************************************
nsCBaseThreadLoop::nsCBaseThreadLoop() :
nsCBaseLoop(nsEventLoopTypes::ThreadLoop)
nsCPlatformBaseLoop(nsEventLoopTypes::ThreadLoop)
{
}