///////////////////////////////////////////////////////////////////// // Locks.cpp - defines a locking class and a nolocking class // // // // Jim Fawcett, CSE776 - Design Patterns, Fall 2017 // ///////////////////////////////////////////////////////////////////// #if TEST_LOCKS #include "Locks.h" int main() { return 0; } #endif