testChannelAccess/testServer: more stable shutdown

This commit is contained in:
Matej Sekoranja
2014-04-10 11:23:31 +02:00
parent f3f54fd6cf
commit 29c5fb1804
3 changed files with 13 additions and 7 deletions

View File

@@ -318,7 +318,7 @@ void SimADC::run()
cycle();
}
printf("SimADC shutdown\n");
//printf("SimADC shutdown\n");
}
SimADC::smart_pointer_type createSimADC(const std::string& name)