Uncommented SendMessageToClient, as it's used in test mode.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12869 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -236,7 +236,7 @@ ServerApp::PostMessage(int32 code)
|
|||||||
/*!
|
/*!
|
||||||
\brief Send a message to the ServerApp's BApplication
|
\brief Send a message to the ServerApp's BApplication
|
||||||
\param msg The message to send
|
\param msg The message to send
|
||||||
*//*
|
*/
|
||||||
void
|
void
|
||||||
ServerApp::SendMessageToClient(const BMessage *msg) const
|
ServerApp::SendMessageToClient(const BMessage *msg) const
|
||||||
{
|
{
|
||||||
@@ -250,7 +250,7 @@ ServerApp::SendMessageToClient(const BMessage *msg) const
|
|||||||
|
|
||||||
delete [] buffer;
|
delete [] buffer;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
/*!
|
/*!
|
||||||
\brief Sets the ServerApp's active status
|
\brief Sets the ServerApp's active status
|
||||||
\param value The new status of the ServerApp.
|
\param value The new status of the ServerApp.
|
||||||
|
|||||||
Reference in New Issue
Block a user