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:
Stefano Ceccherini
2005-05-28 16:58:25 +00:00
parent b54a7c449e
commit 19e4729202
+2 -2
View File
@@ -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.