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:
parent
b54a7c449e
commit
19e4729202
@ -236,7 +236,7 @@ ServerApp::PostMessage(int32 code)
|
||||
/*!
|
||||
\brief Send a message to the ServerApp's BApplication
|
||||
\param msg The message to send
|
||||
*//*
|
||||
*/
|
||||
void
|
||||
ServerApp::SendMessageToClient(const BMessage *msg) const
|
||||
{
|
||||
@ -250,7 +250,7 @@ ServerApp::SendMessageToClient(const BMessage *msg) const
|
||||
|
||||
delete [] buffer;
|
||||
}
|
||||
*/
|
||||
|
||||
/*!
|
||||
\brief Sets the ServerApp's active status
|
||||
\param value The new status of the ServerApp.
|
||||
|
Loading…
Reference in New Issue
Block a user