How the glaring fubar in MessagePrivate.h got past me is a mystery.
Nonetheless, here is new BMessenger-related goodness to smooth is all out. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4374 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -89,11 +89,15 @@ public:
|
||||
team_id Team() const;
|
||||
|
||||
//----- Private or reserved -----------------------------------------
|
||||
|
||||
class Private;
|
||||
|
||||
private:
|
||||
friend class BRoster;
|
||||
friend class BPrivate::TRoster;
|
||||
friend class BMessage;
|
||||
friend class BQuery;
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user