Advertisement
voidpointer

Untitled

Feb 20th, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class Mutex
  2. {
  3. public:
  4.     // ... etc ....
  5. };
  6.  
  7. class MutexLock
  8. {
  9. public:
  10.     // ... etc ....
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement