Removed DefaultMutex.
Removed the possibility to construct an Access object from another one.
Changed the order of the arguments of the Safe constructors, now is mutex last.
Renamed read/writeAccess Safe member functions to read/writeLock.
Removed copy and assign Safe member functions.
Changed the way default lock types are specified, now is through template specialization.