Revision: 8733
http://playerstage.svn.sourceforge.net/playerstage/?rev=8733&view=rev
Author: natepak
Date: 2010-05-29 17:28:37 +0000 (Sat, 29 May 2010)
Log Message:
-----------
Fixed handler removal
Modified Paths:
--------------
code/gazebo/branches/simpar/server/Simulator.cc
Modified: code/gazebo/branches/simpar/server/Simulator.cc
===================================================================
--- code/gazebo/branches/simpar/server/Simulator.cc 2010-05-29 17:19:24 UTC
(rev 8732)
+++ code/gazebo/branches/simpar/server/Simulator.cc 2010-05-29 17:28:37 UTC
(rev 8733)
@@ -782,6 +782,7 @@
{
delete (*iter);
this->handlers.erase(iter);
+ break;
}
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit