add last backwards-compatible version
This commit is contained in:
@@ -1,16 +1,2 @@
|
||||
#pragma once
|
||||
// added for compatibility with fb2k mobile
|
||||
|
||||
namespace pfc {
|
||||
class dummyLock {
|
||||
public:
|
||||
void enterRead() {}
|
||||
void enterWrite() {}
|
||||
void leaveRead() {}
|
||||
void leaveWrite() {}
|
||||
void enter() {}
|
||||
void leave() {}
|
||||
void lock() {}
|
||||
void unlock() {}
|
||||
};
|
||||
}
|
||||
// added for compatibility with fb2k mobile
|
||||
Reference in New Issue
Block a user