* Implemented BRoster::ActivateApp().

* Added the respective case statement in AppServer::DispatchMessage().
  The code that actually activates the app is still missing.
* Removed the remnants of the old way of notifying the registrar about
  what app got activated (the activated client window did that).



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13820 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-07-24 21:10:33 +00:00
parent f3b3bb4ebd
commit 18b5424c5f
6 changed files with 96 additions and 44 deletions
+1
View File
@@ -30,6 +30,7 @@ enum {
AS_CREATE_APP,
AS_DELETE_APP,
AS_QUIT_APP,
AS_ACTIVATE_APP,
AS_SET_SERVER_PORT,