documentation/documentation-style.css
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Sun, 18 Jul 2010 22:40:48 +0100
changeset 37 3a357d180879
parent 0 7f656887cf89
permissions -rw-r--r--
Improvements to robustness of CThreadPool. Rationalised CThreadPool a bit, so that only the main thread is used for thread death notifications. This means that the death of parent threads no longer causes a panic when the child threads is shut down.

code
	{
	font-family: monospace;
	background-color: #FFFDDF;
	padding:1px;
	border:1px solid #EEECCE;
	}

body
	{
	background-color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}