small follow of fdo branch

This commit is contained in:
Andreas Volz 2009-01-06 22:44:48 +01:00
parent d0c41b03ff
commit 1be7315cd8
3 changed files with 2 additions and 12 deletions

View file

@ -42,9 +42,7 @@ void *greeter_thread(void *arg)
for (int i = 0; i < 30 && spin; ++i)
{
cout << "+Hello" << endl;
cout << client.Hello(idstr) << endl;
cout << "-Hello" << endl;
}
cout << idstr << " done " << endl;