shouldn't be thread-safe

This commit is contained in:
David Rose 2006-11-08 23:14:19 +00:00
parent 1cf90faf20
commit 9879a47542
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ lost_connection() {
////////////////////////////////////////////////////////////////////
bool TextMonitor::
is_thread_safe() {
return true;
return false;
}
////////////////////////////////////////////////////////////////////