Back out the previous patch.

This commit is contained in:
ehofman
2006-02-21 10:47:20 +00:00
parent 1d8d203e9e
commit b2a4cd488d
63 changed files with 186 additions and 145 deletions

View File

@@ -183,7 +183,7 @@ public:
/**
* Destroy this queue.
*/
~SGBlockingQueue() {}
~SGBlockingQueue() { mutex.unlock(); }
/**
*