Using namespace std for nothrow.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11070 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-26 14:58:18 +00:00
parent c277ab01e6
commit 7f1ee731a9

View File

@ -15,6 +15,8 @@
#include "MessagingService.h"
using namespace std;
static MessagingService *sMessagingService = NULL;
static const int32 kMessagingAreaSize = B_PAGE_SIZE * 4;