1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-23 00:03:53 +02:00

[229146] [multithread] changes to stop Miner threads when clients disconnect

This commit is contained in:
David McKnight 2008-04-29 14:31:55 +00:00
parent 9332a42fdd
commit ce410fa3c4

View file

@ -14,6 +14,7 @@
* Contributors:
* Noriaki Takatsu (IBM) [220126] [dstore][api][breaking] Single process server for multiple clients
* David McKnight (IBM) [224906] [dstore] changes for getting properties and doing exit due to single-process capability
* Noriaki Takatsu (IBM) [229146] [multithread] changes to stop Miner threads when clients disconnect
*******************************************************************************/
package org.eclipse.dstore.core.miners;
@ -130,6 +131,8 @@ implements ISchemaExtender
root.setUpdated(false);
_dataStore.update(root);
super.finish();
}
/**