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:
DarkWyrm 2003-03-23 18:53:33 +00:00
parent 610785086b
commit 8204df2aa7
1 changed files with 3 additions and 1 deletions

View File

@ -56,6 +56,8 @@ class BResources;
class BMessageRunner; class BMessageRunner;
struct _server_heap_; struct _server_heap_;
struct _drag_data_; struct _drag_data_;
namespace BPrivate { class BAppServerLink; }
// BApplication class ---------------------------------------------------------- // BApplication class ----------------------------------------------------------
class BApplication : public BLooper { class BApplication : public BLooper {
@ -127,7 +129,7 @@ private:
friend class BBitmap; friend class BBitmap;
friend class BScrollBar; friend class BScrollBar;
friend class BPrivateScreen; friend class BPrivateScreen;
friend class _BAppServerLink_; friend BPrivate::BAppServerLink;
friend void _toggle_handles_(bool); friend void _toggle_handles_(bool);
BApplication(uint32 signature); BApplication(uint32 signature);