* 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:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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 {
|
||||||
@@ -78,7 +82,7 @@ public:
|
|||||||
{
|
{
|
||||||
return fData != NULL ? B_OK : fArea;
|
return fData != NULL ? B_OK : fArea;
|
||||||
}
|
}
|
||||||
|
|
||||||
void* Data() const
|
void* Data() const
|
||||||
{
|
{
|
||||||
return fData;
|
return fData;
|
||||||
@@ -241,7 +245,7 @@ BControllable::HandleMessage(int32 message, const void* data, size_t size)
|
|||||||
= *static_cast<const controllable_get_parameter_web_request*>(
|
= *static_cast<const controllable_get_parameter_web_request*>(
|
||||||
data);
|
data);
|
||||||
controllable_get_parameter_web_reply reply;
|
controllable_get_parameter_web_reply reply;
|
||||||
|
|
||||||
status_t status = B_OK;
|
status_t status = B_OK;
|
||||||
bool wasLocked = true;
|
bool wasLocked = true;
|
||||||
if (!LockParameterWeb()) {
|
if (!LockParameterWeb()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user