Explicitly denote BPrivate to avoid clashes
This commit is contained in:
@@ -269,12 +269,12 @@ private:
|
||||
} // namespace BPrivate
|
||||
|
||||
|
||||
using BPrivate::ObjectDeleter;
|
||||
using BPrivate::ArrayDeleter;
|
||||
using BPrivate::MemoryDeleter;
|
||||
using BPrivate::CObjectDeleter;
|
||||
using BPrivate::MethodDeleter;
|
||||
using BPrivate::FileDescriptorCloser;
|
||||
using ::BPrivate::ObjectDeleter;
|
||||
using ::BPrivate::ArrayDeleter;
|
||||
using ::BPrivate::MemoryDeleter;
|
||||
using ::BPrivate::CObjectDeleter;
|
||||
using ::BPrivate::MethodDeleter;
|
||||
using ::BPrivate::FileDescriptorCloser;
|
||||
|
||||
|
||||
#endif // _AUTO_DELETER_H
|
||||
|
||||
@@ -171,8 +171,8 @@ protected:
|
||||
|
||||
} // namespace BPrivate
|
||||
|
||||
using BPrivate::AutoLocker;
|
||||
using BPrivate::AutoLockerReadLocking;
|
||||
using BPrivate::AutoLockerWriteLocking;
|
||||
using ::BPrivate::AutoLocker;
|
||||
using ::BPrivate::AutoLockerReadLocking;
|
||||
using ::BPrivate::AutoLockerWriteLocking;
|
||||
|
||||
#endif // _AUTO_LOCKER_H
|
||||
|
||||
Reference in New Issue
Block a user