Changes due to moving RegistrarDefs stuff into the BPrivate namespace.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10815 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-18 01:14:50 +00:00
parent 45c3a5cfa9
commit d8247d2bd9
3 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include "Clipboard.h"
#include "ClipboardHandler.h"
using namespace BPrivate;
/*!
\class ClipboardHandler
\brief Handles all clipboard related requests.

View File

@ -15,6 +15,7 @@
#include <string>
using namespace std;
using namespace BPrivate;
#include "MIMEManager.h"

View File

@ -74,6 +74,8 @@
*/
using namespace BPrivate;
//! The minimal time interval for message runners (50 ms).
static const bigtime_t kMininalTimeInterval = 50000LL;