* Got rid of all friends save the Private inner class.

* Turned the private constructor into a private SetTo().


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11020 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-01-25 14:41:50 +00:00
parent f3cadd05dd
commit 054e7d17d7
+1 -8
View File
@@ -93,16 +93,9 @@ public:
class Private;
private:
friend class BRoster;
friend class BPrivate::TRoster;
friend class BMessage;
friend class Private;
friend inline void _set_message_reply_(BMessage *, BMessenger);
friend status_t swap_data(type_code, void *, size_t, swap_action);
friend bool operator<(const BMessenger &a, const BMessenger &b);
friend bool operator!=(const BMessenger &a, const BMessenger &b);
BMessenger(team_id team, port_id port, int32 token, bool preferred);
void SetTo(team_id team, port_id port, int32 token, bool preferred);
void InitData(const char *signature, team_id team, status_t *result);