* 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
+10 -6
View File
@@ -32,13 +32,17 @@
*
*/
#include <OS.h>
#include <Controllable.h>
#include <string.h>
#include <OS.h>
#include <ParameterWeb.h>
#include <Roster.h>
#include "debug.h"
#include "DataExchange.h"
#include "Notifications.h"
#include <debug.h>
#include <DataExchange.h>
#include <Notifications.h>
namespace BPrivate { namespace media {
@@ -78,7 +82,7 @@ public:
{
return fData != NULL ? B_OK : fArea;
}
void* Data() const
{
return fData;
@@ -241,7 +245,7 @@ BControllable::HandleMessage(int32 message, const void* data, size_t size)
= *static_cast<const controllable_get_parameter_web_request*>(
data);
controllable_get_parameter_web_reply reply;
status_t status = B_OK;
bool wasLocked = true;
if (!LockParameterWeb()) {