More explicit denoting the BPrivate namespace

This commit is contained in:
Ingo Weinhold
2013-09-10 19:14:18 +02:00
parent 46d77ed7da
commit 94dc74b027
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -137,8 +137,8 @@ private:
static BResources* sAppResources;
const char* fAppName;
BPrivate::PortLink* fServerLink;
BPrivate::ServerMemoryAllocator* fServerAllocator;
::BPrivate::PortLink* fServerLink;
::BPrivate::ServerMemoryAllocator* fServerAllocator;
void* fCursorData;
bigtime_t fPulseRate;
+1 -1
View File
@@ -710,7 +710,7 @@ private:
bool fAttached;
bool _unused_bool1;
bool _unused_bool2;
BPrivate::ViewState* fState;
::BPrivate::ViewState* fState;
BRect fBounds;
BShelf* fShelf;
uint32 fEventMask;
+1 -1
View File
@@ -394,7 +394,7 @@ private:
window_look fLook;
window_feel fFeel;
int32 fLastViewToken;
BPrivate::PortLink* fLink;
::BPrivate::PortLink* fLink;
BMessageRunner* fPulseRunner;
BRect fPreviousFrame;