* Moved TRoster out of the BPrivate namespace. It does no longer appear in

any public header.
* Replaced a good deal of the MessageDeliverer's DeliverMessage() versions
  by more general ones using the new interface MessagingTargetSet to represent
  a set of targets. This simplifies the usage in cases where the caller doesn't
  already have the targets in a supported representation.
* Implemented a first approximation of the shutdown process. There is no
  GUI yet. Only superficially tested under R5.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13417 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-07-03 17:17:40 +00:00
parent 925d069d23
commit 553ea30124
20 changed files with 1683 additions and 232 deletions
-4
View File
@@ -46,10 +46,6 @@
class BHandler;
class BLooper;
namespace BPrivate {
class TRoster;
};
// BMessenger class ------------------------------------------------------------
class BMessenger {
public: