libt2n: (tomj) don't use std::auto_ptr in command_client, the pointer will get lost...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 26 Nov 2008 13:08:33 +0000 (13:08 +0000)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 26 Nov 2008 13:08:33 +0000 (13:08 +0000)
commit696c95c2808d6f88df2b348f9e77fc66c9068976
treefc8651bd3e4c95da5fe11d8209cf5f01f2c2db51
parent9e76c81586915f9ff6f413d9fefec9b7be7cad31
libt2n: (tomj) don't use std::auto_ptr in command_client, the pointer will get lost if the command_client is stored in a STL container.
               Improve reentrant test to check for positive results after all clients finished (nice stress test)
src/command_client.cpp
src/command_client.hxx
test/reentrant.cpp