Explicitly denote BPrivate to avoid clashes

This commit is contained in:
Ingo Weinhold
2013-09-10 19:14:18 +02:00
parent a87c7d67e3
commit 18f5cd171b
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -109,7 +109,7 @@ private:
friend class BMessenger;
friend class BView;
friend class BHandler;
friend class BPrivate::BLooperList;
friend class ::BPrivate::BLooperList;
friend port_id _get_looper_port_(const BLooper* );
virtual void _ReservedLooper1();
@@ -153,7 +153,7 @@ private:
BHandler* resolve_specifier(BHandler* target, BMessage* msg);
void UnlockFully();
BPrivate::BDirectMessageTarget* fDirectTarget;
::BPrivate::BDirectMessageTarget* fDirectTarget;
BMessage* fLastMessage;
port_id fMsgPort;
int32 fAtomicCount;