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; static BResources* sAppResources;
const char* fAppName; const char* fAppName;
BPrivate::PortLink* fServerLink; ::BPrivate::PortLink* fServerLink;
BPrivate::ServerMemoryAllocator* fServerAllocator; ::BPrivate::ServerMemoryAllocator* fServerAllocator;
void* fCursorData; void* fCursorData;
bigtime_t fPulseRate; bigtime_t fPulseRate;
+1 -1
View File
@@ -710,7 +710,7 @@ private:
bool fAttached; bool fAttached;
bool _unused_bool1; bool _unused_bool1;
bool _unused_bool2; bool _unused_bool2;
BPrivate::ViewState* fState; ::BPrivate::ViewState* fState;
BRect fBounds; BRect fBounds;
BShelf* fShelf; BShelf* fShelf;
uint32 fEventMask; uint32 fEventMask;
+1 -1
View File
@@ -394,7 +394,7 @@ private:
window_look fLook; window_look fLook;
window_feel fFeel; window_feel fFeel;
int32 fLastViewToken; int32 fLastViewToken;
BPrivate::PortLink* fLink; ::BPrivate::PortLink* fLink;
BMessageRunner* fPulseRunner; BMessageRunner* fPulseRunner;
BRect fPreviousFrame; BRect fPreviousFrame;