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:
parent
45c3a5cfa9
commit
d8247d2bd9
@ -9,6 +9,8 @@
|
||||
#include "Clipboard.h"
|
||||
#include "ClipboardHandler.h"
|
||||
|
||||
using namespace BPrivate;
|
||||
|
||||
/*!
|
||||
\class ClipboardHandler
|
||||
\brief Handles all clipboard related requests.
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
using namespace BPrivate;
|
||||
|
||||
#include "MIMEManager.h"
|
||||
|
||||
|
@ -74,6 +74,8 @@
|
||||
*/
|
||||
|
||||
|
||||
using namespace BPrivate;
|
||||
|
||||
//! The minimal time interval for message runners (50 ms).
|
||||
static const bigtime_t kMininalTimeInterval = 50000LL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user