From 50e08594e782ffd1628558970b407cbc9cc57ebf Mon Sep 17 00:00:00 2001 From: sngyai Date: Tue, 19 Jul 2016 15:44:19 +0800 Subject: [PATCH] just test --- main.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/main.cpp b/main.cpp index 7b7b5dd..131d655 100755 --- a/main.cpp +++ b/main.cpp @@ -15,9 +15,7 @@ int main() { - CMsgQueue *q=COperatingSystemFactory::newMsgQueue("B to A message Queue"); - TestThread *a=new TestThread("A"); TestThreadB *b=new TestThreadB("B"); @@ -28,11 +26,7 @@ int main() a->run(); b->run(); - - while(1) - ; - - + while(1); }