* Moved all server interface definitions from DataExchange.h to

ServerInterface.h.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34594 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-12-09 16:57:22 +00:00
parent 1fcbc5470b
commit 5f207b83ae
3 changed files with 1022 additions and 1022 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+8 -4
View File
@@ -32,13 +32,17 @@
* *
*/ */
#include <OS.h>
#include <Controllable.h> #include <Controllable.h>
#include <string.h>
#include <OS.h>
#include <ParameterWeb.h> #include <ParameterWeb.h>
#include <Roster.h> #include <Roster.h>
#include "debug.h"
#include "DataExchange.h" #include <debug.h>
#include "Notifications.h" #include <DataExchange.h>
#include <Notifications.h>
namespace BPrivate { namespace media { namespace BPrivate { namespace media {