2 * Copyright 2001-2007, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Ingo Weinhold (bonefish@users.sf.net)
13 #include <ByteOrder.h>
23 BMessenger(const BMessenger
&from
);
28 BMessenger
&operator=(const BMessenger
&from
);
29 bool operator==(const BMessenger
&other
) const;
34 //----- Private or reserved -----------------------------------------
41 void _SetTo(team_id team
, port_id port
, int32 token
);
51 bool operator<(const BMessenger
&a
, const BMessenger
&b
);
52 bool operator!=(const BMessenger
&a
, const BMessenger
&b
);
54 #endif // _MESSENGER_H