[Cppunit-cvs] cppunit2/src/opentest sharedmemorytransport.cpp, 1.11, 1.12
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2006-06-06 03:32:14
|
Update of /cvsroot/cppunit/cppunit2/src/opentest In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22211/src/opentest Modified Files: sharedmemorytransport.cpp Log Message: * a bit of clean-up Index: sharedmemorytransport.cpp =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/opentest/sharedmemorytransport.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** sharedmemorytransport.cpp 11 Mar 2006 11:46:25 -0000 1.11 --- sharedmemorytransport.cpp 5 Jun 2006 12:05:57 -0000 1.12 *************** *** 849,852 **** --- 849,853 ---- CppTL::Mutex::ScopedLockGuard guard( messagesToDispatchLock_ ); + OPENTEST_SHMEM_LOG( "Pushing %d unserialized messages messagesToDispatch_ queue.", int(messages.size()) ); messagesToDispatch_.insert( messagesToDispatch_.end(), messages.begin(), |