Made our BAppServerLink a friend class
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3001 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
610785086b
commit
8204df2aa7
@ -56,6 +56,8 @@ class BResources;
|
||||
class BMessageRunner;
|
||||
struct _server_heap_;
|
||||
struct _drag_data_;
|
||||
namespace BPrivate { class BAppServerLink; }
|
||||
|
||||
|
||||
// BApplication class ----------------------------------------------------------
|
||||
class BApplication : public BLooper {
|
||||
@ -127,7 +129,7 @@ private:
|
||||
friend class BBitmap;
|
||||
friend class BScrollBar;
|
||||
friend class BPrivateScreen;
|
||||
friend class _BAppServerLink_;
|
||||
friend BPrivate::BAppServerLink;
|
||||
friend void _toggle_handles_(bool);
|
||||
|
||||
BApplication(uint32 signature);
|
||||
|
Loading…
Reference in New Issue
Block a user