==============================================================================
Revision: 8205b5c36f19
Author: Ryan Pavlik <rpa...@iastate.edu>
Date: Fri Apr 13 10:43:03 2012
Log: Make the LibraryWin32 class noncopyable.
Copy semantics don't really make sense here, and copying would
result in a call to FreeLibrary for an already-freed library.
The fact I could remove the copying/assignment members and inherit from
boost::noncopyable successfully means that at least within the juggler
suite, nothing is actually copying these.